-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-44514: Add doctest testcleanup for configparser and bz2 #26909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add testcleanup section to configparser and bz2 documentation which removes temporary files created in the filesystem when 'make doctest' is run.
@ambv: Please replace |
Thanks @kfollstad for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @kfollstad for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-27111 is a backport of this pull request to the 3.9 branch. |
…-26909) 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 48a5aa7) Co-authored-by: Kevin Follstad <[email protected]>
GH-27112 is a backport of this pull request to the 3.10 branch. |
…-26909) 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 48a5aa7) Co-authored-by: Kevin Follstad <[email protected]>
#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 48a5aa7) Co-authored-by: Kevin Follstad <[email protected]>
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 48a5aa7) Co-authored-by: Kevin Follstad <[email protected]>
Add testcleanup section to configparser and bz2 documentation which
removes temporary files created in the filesystem when 'make doctest'
is run.
https://bugs.python.org/issue44514