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 wyz23x2
Recipients docs@python, wyz23x2
Date 2020-03-24.05:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585026386.04.0.352572849659.issue40051@roundup.psfhosted.org>
In-reply-to
Content
When typing this in shell:
>>> import lib2to3
>>> help(lib2to3)

The output contains this link:
--snip--
MODULE REFERENCE
    https://docs.python.org/3.8/library/lib2to3 <--
    
    The following documentation is automatically generated from the Python
--snip--

But when you access it, 404!
This works:
https://docs.python.org/3.8/library/2to3.html#module-lib2to3

Please change it. Thanks!
History
Date User Action Args
2020-03-24 05:06:26wyz23x2setrecipients: + wyz23x2, docs@python
2020-03-24 05:06:26wyz23x2setmessageid: <1585026386.04.0.352572849659.issue40051@roundup.psfhosted.org>
2020-03-24 05:06:25wyz23x2linkissue40051 messages
2020-03-24 05:06:25wyz23x2create