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 Joshuah143
Recipients Joshuah143, docs@python, eric.araujo, martin.panter, r.david.murray, skip.montanaro, terry.reedy, wyz23x2, zach.ware
Date 2021-11-05.04:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636087434.7.0.945545867144.issue40051@roundup.psfhosted.org>
In-reply-to
Content
I think that option 4 would work best but instead of putting any logic in (Lib/pydoc_data/topics.py)[https://github.com/python/cpython/blob/main/Lib/pydoc_data/topics.py] we could put the logic for working with private modules as well and other edge cases in (Lib/pydoc.py)[https://github.com/python/cpython/blob/main/Lib/pydoc.py]. It might make future changes easier.
History
Date User Action Args
2021-11-05 04:43:54Joshuah143setrecipients: + Joshuah143, skip.montanaro, terry.reedy, eric.araujo, r.david.murray, docs@python, martin.panter, zach.ware, wyz23x2
2021-11-05 04:43:54Joshuah143setmessageid: <1636087434.7.0.945545867144.issue40051@roundup.psfhosted.org>
2021-11-05 04:43:54Joshuah143linkissue40051 messages
2021-11-05 04:43:54Joshuah143create