-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() #100132
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
✅ Deploy Preview for python-cpython-preview canceled.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch @JakobDev! This looks good, but incomplete: we'll need to add tests and documentation for this change.
test and documentation have now been added |
Closing per the discussion on the issue as we don't need this. |
This comment was marked as duplicate.
This comment was marked as duplicate.
…irectory() (python#100132) Add optional delete parameter to tempfile.TemporaryDirectory(). Co-authored-by: Gregory P. Smith <greg@krypto.org>
…irectory() (python#100132) Add optional delete parameter to tempfile.TemporaryDirectory(). Co-authored-by: Gregory P. Smith <greg@krypto.org>
delete=False
for tempfile.TemporaryDirectory() #100131