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 antoine.pietri
Recipients antoine.pietri, eric.araujo, eryksun, gregory.p.smith, jld, lars.gustaebel, martin.panter, nadeem.vawda, python-dev, r.david.murray, serhiy.storchaka
Date 2014-04-05.20:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396730614.49.0.92964519367.issue13781@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, thinking about it, it seems safer to use os.open() + os.fdopen() than TemporaryFile(), like in the equivalent test for 'gzip'.

This new patch replaces last one.
History
Date User Action Args
2014-04-05 20:47:41ezio.melottisetrecipients: + lars.gustaebel, eric.araujo, r.david.murray, martin.panter, serhiy.storchaka, eryksun
2014-04-05 20:47:41ezio.melottilinkissue21044 messages
2014-04-05 20:45:58ezio.melottiunlinkissue13781 messages
2014-04-05 20:43:34antoine.pietrisetrecipients: + antoine.pietri, gregory.p.smith, nadeem.vawda, python-dev, jld
2014-04-05 20:43:34antoine.pietrisetmessageid: <1396730614.49.0.92964519367.issue13781@psf.upfronthosting.co.za>
2014-04-05 20:43:34antoine.pietrilinkissue13781 messages
2014-04-05 20:43:34antoine.pietricreate