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 SilentGhost, brian.curtin, duncanb, ezio.melotti, georg.brandl, pitrou, v+python, vstinner
Date 2011-02-21.19:20:24
SpamBayes Score 1.9395408e-07
Marked as misclassified No
Message-id <1298316029.16.0.682090234906.issue11272@psf.upfronthosting.co.za>
In-reply-to
Content
> Confirmed on Python 3.2 (winxp).
> The problem doesn't seem to exist on 3.1.3.

Can you try Python 3.1 with -u command line flag?

I changed Python 3.2 to always open all files in binary module, not only if -u flag is used. I had also to fix the parser to support \r\n newlines: it looks like I missed something in the parser.
History
Date User Action Args
2011-02-21 19:20:29vstinnersetrecipients: + vstinner, duncanb, georg.brandl, pitrou, ezio.melotti, v+python, brian.curtin, SilentGhost
2011-02-21 19:20:29vstinnersetmessageid: <1298316029.16.0.682090234906.issue11272@psf.upfronthosting.co.za>
2011-02-21 19:20:24vstinnerlinkissue11272 messages
2011-02-21 19:20:24vstinnercreate