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 Anthony Sottile
Recipients Anthony Sottile, georg.brandl, maurosr, ncoghlan, pitrou, r.david.murray, serhiy.storchaka
Date 2020-03-26.18:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585247101.67.0.172965628556.issue25024@roundup.psfhosted.org>
In-reply-to
Content
the differences are api compatibility with context manager protocol and equivalence with NamedTemporaryFile

NamedTemporaryFile(delete=False) is just `mkstemp` afaict and the api is there
History
Date User Action Args
2020-03-26 18:25:01Anthony Sottilesetrecipients: + Anthony Sottile, georg.brandl, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, maurosr
2020-03-26 18:25:01Anthony Sottilesetmessageid: <1585247101.67.0.172965628556.issue25024@roundup.psfhosted.org>
2020-03-26 18:25:01Anthony Sottilelinkissue25024 messages
2020-03-26 18:25:01Anthony Sottilecreate