https://hg.python.org/peps/rev/4d6b1cb66ae1 changeset: 5568:4d6b1cb66ae1 user: Georg Brandl <georg@python.org> date: Tue Sep 30 22:57:38 2014 +0200 summary: Path update. files: pep-0101.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0101.txt b/pep-0101.txt --- a/pep-0101.txt +++ b/pep-0101.txt @@ -178,7 +178,7 @@ ___ Commit any changes to pydoc_topics.py and the doc sources. - ___ Make sure the SOURCE_URI in ``Doc/tools/sphinxext/pyspecific.py`` + ___ Make sure the SOURCE_URI in ``Doc/tools/pyspecific.py`` points to the right branch in the hg repository (or ``default`` for unstable releases of the default branch). @@ -283,7 +283,7 @@ pushed. Login to hg.python.org and edit (as the "hg" user) ``/data/hg/repos/cpython/.hg/hgrc`` to that effect. - ___ For a final major release, Doc/tools/sphinxext/static/version_switch.js + ___ For a final major release, Doc/tools/static/version_switch.js must be updated in all maintained branches, so that the new maintenance branch is not "dev" anymore and there is a new "dev" version. -- Repository URL: https://hg.python.org/peps
participants (1)
-
georg.brandl