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 kfollstad
Recipients docs@python, kfollstad
Date 2021-06-26.06:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624687314.08.0.619588014681.issue44514@roundup.psfhosted.org>
In-reply-to
Content
Both Docs/library/configparser.rst and Docs/library/bz2.rst create untracked temp files on the filesystem when 'make doctest' is run because testcleanup directives are absent in these files.
History
Date User Action Args
2021-06-26 06:01:54kfollstadsetrecipients: + kfollstad, docs@python
2021-06-26 06:01:54kfollstadsetmessageid: <1624687314.08.0.619588014681.issue44514@roundup.psfhosted.org>
2021-06-26 06:01:54kfollstadlinkissue44514 messages
2021-06-26 06:01:53kfollstadcreate