[Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
Georg Brandl
g.brandl at gmx.net
Thu Aug 11 20:22:35 CEST 2011
Am 11.08.2011 17:01, schrieb Merwok:
> Le 11/08/2011 16:47, Sandro Tosi a écrit :
>> Is there a reason we can't use the same sphinx role in 2.7 too? And
>> also the same sphinx (thus sphinxext) versions on 2.7 and 3.x? that
>> would probably help in keeping the diffs on the documentation smaller.
>
> Even though the pyspecific module is wholly private and used only for
> our build process, Georg seems to follow the rule that we don’t add new
> features in stable branches. I think that’s why the new role was added
> in 3.2 when in was in dev phase but not to 2.7 (see #10334).
I think I just put it in default as a test, and intended to backport it
later when it proved useful. You're welcome to do so now.
> We also use different versions of Sphinx.
That doesn't matter for this role.
Georg
More information about the Python-Dev
mailing list