This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vincentdavis
Recipients Vincentdavis, docs@python
Date 2016-01-01.23:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451692017.71.0.123733949867.issue25989@psf.upfronthosting.co.za>
In-reply-to
Content
From the documentation pages for python 2.7 and 3.4, 3.5, 3.6 it is possible to select another python version in the breadcrumb at the top left of the page. This is not available for python 2.6, 3.2 and  3.3.

See related issue which is closed.
https://bugs.python.org/issue25113

I posted this on pythondotorg but I guess this is a cpython issue not a website issue. https://github.com/python/pythondotorg/issues/868

Berker Peksag response to the report
"The version switcher is activated via a versionswitcher option in Doc/Makefile in CPython codebase. Docs are generated daily by using that Makefile, but 2.6, 3.2 and 3.3 are in security-fix-only mode (which means they won't even get documentation fixes) so the daily build script skips generating docs for those versions."
History
Date User Action Args
2016-01-01 23:46:57Vincentdavissetrecipients: + Vincentdavis, docs@python
2016-01-01 23:46:57Vincentdavissetmessageid: <1451692017.71.0.123733949867.issue25989@psf.upfronthosting.co.za>
2016-01-01 23:46:57Vincentdavislinkissue25989 messages
2016-01-01 23:46:57Vincentdaviscreate