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

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