This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Antony.Lee, r.david.murray
Date 2015-09-08.15:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441726308.28.0.538764891798.issue25024@psf.upfronthosting.co.za>
In-reply-to
Content
The two cases are not parallel, in that NamedTemporaryFile closes the file at the end of the context manager, whereas the *only* thing the TemporaryDirectory does is delete the directory on cleanup.

There is some value to the "parallel interface" argument, so I'm only -0 on this.
History
Date User Action Args
2015-09-08 15:31:48r.david.murraysetrecipients: + r.david.murray, Antony.Lee
2015-09-08 15:31:48r.david.murraysetmessageid: <1441726308.28.0.538764891798.issue25024@psf.upfronthosting.co.za>
2015-09-08 15:31:48r.david.murraylinkissue25024 messages
2015-09-08 15:31:48r.david.murraycreate