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 nascheme
Recipients nascheme
Date 2016-12-08.19:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481226999.6.0.172154679975.issue28908@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a first pass at the idea of just keeping a list of standard modules that have docs.  I generated the list with:

$ (cd Doc/library; ls *.rst | sed 's/.rst//')

Probably that should be incorporated into the Doc/Makefile somehow.

Perhaps instead of generating a text file, we should generate a Python module that contains a set literal, e.g. Lib/pydoc_data/libs.py.  That would have the advantage of working for frozen distributions or stdlib as Zip files.
History
Date User Action Args
2016-12-08 19:56:40naschemesetrecipients: + nascheme
2016-12-08 19:56:39naschemesetmessageid: <1481226999.6.0.172154679975.issue28908@psf.upfronthosting.co.za>
2016-12-08 19:56:39naschemelinkissue28908 messages
2016-12-08 19:56:39naschemecreate