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 boris
Recipients boris, docs@python
Date 2021-01-27.23:26:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611789996.46.0.13568536358.issue43044@roundup.psfhosted.org>
In-reply-to
Content
1. go to https://docs.python.org/2/library/stringio.html (note the "/2/")
2. click on "You should upgrade and read the Python documentation for the current stable release." at the top

I expect to be sent to the Python 3 documentation for StringIO (or at least the index.html page of the Python 3 documentaion) but because StringIO was moved from its own library into `io`, the Python 2 docs are linking to a 404 error page, because they just rewrite "/2/" to "/3/" in the URL.

See attached PR for a list of all these broken pages and where they could redirect to.
History
Date User Action Args
2021-01-27 23:26:36borissetrecipients: + boris, docs@python
2021-01-27 23:26:36borissetmessageid: <1611789996.46.0.13568536358.issue43044@roundup.psfhosted.org>
2021-01-27 23:26:36borislinkissue43044 messages
2021-01-27 23:26:36boriscreate