Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedDec 9, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview forpython-cpython-preview canceled.
|
bedevere-bot commentedDec 9, 2022
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
ghost commentedDec 9, 2022 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
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>
Uh oh!
There was an error while loading.Please reload this page.
delete=Falsefor tempfile.TemporaryDirectory() #100131