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 martin.panter
Recipients Hans Lawrenz, Oleg Babintsev, abarry, bkabrda, martin.panter, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-06-18.09:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466243993.93.0.917582676507.issue25717@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure Oleg? As far as I understand, Python 2 by default wraps C stdio file objects, and also has Python 3’s file objects in the “io” module. But I expect TemporaryFile() would use the default stdio files, and the cause of this bug, Issue 21679, should only have affected the “io” module in 3.5+.
History
Date User Action Args
2016-06-18 09:59:53martin.pantersetrecipients: + martin.panter, pitrou, vstinner, python-dev, serhiy.storchaka, bkabrda, abarry, Hans Lawrenz, Oleg Babintsev
2016-06-18 09:59:53martin.pantersetmessageid: <1466243993.93.0.917582676507.issue25717@psf.upfronthosting.co.za>
2016-06-18 09:59:53martin.panterlinkissue25717 messages
2016-06-18 09:59:53martin.pantercreate