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 terry.reedy
Recipients docs@python, martin.panter, r.david.murray, skip.montanaro, terry.reedy, wyz23x2
Date 2021-10-20.23:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634773030.25.0.543818266955.issue40051@roundup.psfhosted.org>
In-reply-to
Content
As the title suggested, this is a generic help(module) issue that involves several library modules, including idlelib.  It just happened to be reported for 2to3.  For example, the generated text for 
  import idlelib; help(idlelib)
includes
  MODULE REFERENCE
    https://docs.python.org/3.11/library/idlelib.html
It should be .../idle.html.

The holdup is that I was not then willing to unilaterally decide which of the 3 possible solutions I listed should be pursued.  Maybe just 3, maybe a mix of 1 and 3.
History
Date User Action Args
2021-10-20 23:37:10terry.reedysetrecipients: + terry.reedy, skip.montanaro, r.david.murray, docs@python, martin.panter, wyz23x2
2021-10-20 23:37:10terry.reedysetmessageid: <1634773030.25.0.543818266955.issue40051@roundup.psfhosted.org>
2021-10-20 23:37:10terry.reedylinkissue40051 messages
2021-10-20 23:37:10terry.reedycreate