commit | f514addfbc637a42549ddc422b35b6caad2a4363 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jul 13 07:34:10 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 13 16:34:10 2021 +0200 |
tree | 64f9850c87eb048997ffb8b96b5230e7b7869514 | |
parent | 4a0f1df9527f7d67064d33f5366476b3c93dc86c [diff] |
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>