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 zach.ware
Recipients Carl Osterwisch, Gabi.Davar, John Florian, chary314, dabrahams, davide.rizzo, dlenski, eric.araujo, eric.smith, eryksun, ethan smith, ethan.furman, ev2geny, jaraco, jwilk, martin.panter, ncoghlan, njs, paul.moore, piotr.dobrogost, pitrou, r.david.murray, sbt, steve.dower, tim.golden, zach.ware
Date 2021-04-30.14:28:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619792880.87.0.395733660154.issue14243@roundup.psfhosted.org>
In-reply-to
Content
> if NamedTemporaryFile is used as a context manager, the file is closed *on context manager exit* and *not* when the file is closed.

+1
History
Date User Action Args
2021-04-30 14:28:00zach.waresetrecipients: + zach.ware, paul.moore, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, jwilk, eric.araujo, r.david.murray, njs, dabrahams, ethan.furman, davide.rizzo, sbt, Gabi.Davar, martin.panter, piotr.dobrogost, dlenski, eryksun, steve.dower, Carl Osterwisch, ethan smith, John Florian, ev2geny, chary314
2021-04-30 14:28:00zach.waresetmessageid: <1619792880.87.0.395733660154.issue14243@roundup.psfhosted.org>
2021-04-30 14:28:00zach.warelinkissue14243 messages
2021-04-30 14:28:00zach.warecreate