[issue40051] Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*/?)

Zachary Ware report at bugs.python.org
Thu Nov 4 23:51:28 EDT 2021


Zachary Ware <zachary.ware at gmail.com> added the comment:

Option 4: generate a list of modules (or a mapping of module names to documentation files) that have documentation when generating Lib/pydoc_data/topics.py, and teach pydoc.help to not include the link when it knows the module doesn't have documentation.

This is a much more complete solution that also avoids creating links for private modules (see bpo-45717), but is significantly more effort to implement.

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40051>
_______________________________________


More information about the Python-bugs-list mailing list