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 edison.abahurire
Recipients edison.abahurire, eric.araujo, ezio.melotti, mdk, willingc
Date 2020-06-10.02:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591756890.13.0.690147132201.issue40935@roundup.psfhosted.org>
In-reply-to
Content
These links in the deprecation warning on some Python 2 stdlib libraries documentation pages pointing to Python 3 alternatives return 404s. 

The link behind the words "Python documentation for the current stable release."

Examples:
https://docs.python.org/2/library/cgihttpserver.html
https://docs.python.org/2/library/basehttpserver.html
https://docs.python.org/2/library/simplehttpserver.html
https://docs.python.org/2/library/httplib.html
https://docs.python.org/2/library/cookie.html

The current methodology used is to replace the `2` with a `3` when making a new url and the challenge is that some libraries names changed.
History
Date User Action Args
2020-06-10 02:41:30edison.abahuriresetrecipients: + edison.abahurire, ezio.melotti, eric.araujo, willingc, mdk
2020-06-10 02:41:30edison.abahuriresetmessageid: <1591756890.13.0.690147132201.issue40935@roundup.psfhosted.org>
2020-06-10 02:41:30edison.abahurirelinkissue40935 messages
2020-06-10 02:41:30edison.abahurirecreate