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 scott.dial
Recipients belopolsky, benjamin.peterson, gpolo, josm, loewis, pitrou, scott.dial
Date 2009-12-10.09:18:20
SpamBayes Score 3.2920684e-06
Marked as misclassified No
Message-id <1260436703.7.0.707189290938.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that applies cleanly against py3k.

I do not have an in-depth understanding of the new io module, but at a
cursory glance, it seems to not use FILE streams, and would not be
subject to this bug. However, Py_UniversalNewlineFgets() still remains,
and I have patched it accordingly. Additionally, I have added the test
to test_fileio.

py3k doesn't fail any of these tests for me, but the original issue was
only exposed on OS X.
History
Date User Action Args
2009-12-10 09:18:24scott.dialsetrecipients: + scott.dial, loewis, belopolsky, pitrou, josm, benjamin.peterson, gpolo
2009-12-10 09:18:23scott.dialsetmessageid: <1260436703.7.0.707189290938.issue1706039@psf.upfronthosting.co.za>
2009-12-10 09:18:22scott.diallinkissue1706039 messages
2009-12-10 09:18:21scott.dialcreate