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 vstinner
Recipients berker.peksag, dogbert2, serhiy.storchaka, vstinner
Date 2015-04-09.20:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428611739.82.0.188298851332.issue23860@psf.upfronthosting.co.za>
In-reply-to
Content
>  /* Win9x appears to need us seeked to zero */
>  lseek(fileno, 0, SEEK_SET);

Hum, is it still needed in 2015 with Python 3.5? We even dropped support for Windows XP.
History
Date User Action Args
2015-04-09 20:35:39vstinnersetrecipients: + vstinner, berker.peksag, serhiy.storchaka, dogbert2
2015-04-09 20:35:39vstinnersetmessageid: <1428611739.82.0.188298851332.issue23860@psf.upfronthosting.co.za>
2015-04-09 20:35:39vstinnerlinkissue23860 messages
2015-04-09 20:35:39vstinnercreate