Message364917
| 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:26 | wyz23x2 | set | recipients: + wyz23x2, docs@python |
| 2020-03-24 05:06:26 | wyz23x2 | set | messageid: <1585026386.04.0.352572849659.issue40051@roundup.psfhosted.org> |
| 2020-03-24 05:06:25 | wyz23x2 | link | issue40051 messages |
| 2020-03-24 05:06:25 | wyz23x2 | create | |