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 dogbert2
Recipients berker.peksag, dogbert2, serhiy.storchaka, vstinner
Date 2015-04-09.20:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAFrbyQy5CzzdCwonvH_pFy14HsbfQbC-OL7fT0i06J06-OiAGg@mail.gmail.com>
In-reply-to <1428611739.82.0.188298851332.issue23860@psf.upfronthosting.co.za>
Content
At the moment, I'm not sure if it's needed or not, but if it's only an
issue with XP, then it might not be worth fixing...:)

On Thu, Apr 9, 2015 at 1:35 PM, STINNER Victor <report@bugs.python.org>
wrote:

>
> STINNER Victor added the comment:
>
> >  /* 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.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23860>
> _______________________________________
>
History
Date User Action Args
2015-04-09 20:37:57dogbert2setrecipients: + dogbert2, vstinner, berker.peksag, serhiy.storchaka
2015-04-09 20:37:57dogbert2linkissue23860 messages
2015-04-09 20:37:57dogbert2create