]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (#27111)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Jul 2021 14:33:50 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 14:33:50 +0000 (16:33 +0200)
commit105e6cd67cc793c971b3e83daa87d36516fcba28
tree3a738b06414d7051310ccc687088f8f3ac3feb13
parentc786988b19d7b6808d4c940f7206b95e49e06b71
bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (#27111)

Add testcleanup section to configparser and bz2 documentation which
removes temporary files created in the filesystem when 'make doctest'
is run.
(cherry picked from commit 48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d)

Co-authored-by: Kevin Follstad <kfollstad@gmail.com>
Doc/library/bz2.rst
Doc/library/configparser.rst