]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
authorKevin Follstad <kfollstad@gmail.com>
Tue, 13 Jul 2021 13:57:05 +0000 (06:57 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 13:57:05 +0000 (15:57 +0200)
commit48a5aa7f128caf5a46e4326c1fd285cd5fc8e59d
tree4e9596c99f45859fd2185cb9ecac8f4bc9cc15bf
parent2924bb1a566977efd45f335d6a94cd84d8047edf
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)

Add testcleanup section to configparser and bz2 documentation which
removes temporary files created in the filesystem when 'make doctest'
is run.
Doc/library/bz2.rst
Doc/library/configparser.rst