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 phep
Recipients eric.araujo, orsenthil, phep
Date 2011-07-26.21:42:51
SpamBayes Score 0.02297996
Marked as misclassified No
Message-id <1311716572.57.0.453797640098.issue9968@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, my...

As we are working with python2.6 on our servers, I overlooked the fact that tempfile.NamedTemporaryFile was already used in python 3 (fixed in r57595, with not many explanations though).

Yet, the problem with short length files (cf. msg141179) is still valid and the documentation has not yet been updated.
History
Date User Action Args
2011-07-26 21:42:52phepsetrecipients: + phep, orsenthil, eric.araujo
2011-07-26 21:42:52phepsetmessageid: <1311716572.57.0.453797640098.issue9968@psf.upfronthosting.co.za>
2011-07-26 21:42:52pheplinkissue9968 messages
2011-07-26 21:42:51phepcreate