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 belopolsky
Recipients belopolsky, gpolo, josm, loewis, scott.dial
Date 2008-12-23.16:03:24
SpamBayes Score 0.07369087
Marked as misclassified No
Message-id <1230048205.57.0.419585087943.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe not a problem, but an inconsistency: in Py_UniversalNewlineFgets 
clearerr is added inside univ_newline conditional and then again before 
the loop over characters, but in Py_UniversalNewlineFread it is added only 
once before "if (!f->f_univ_newline)".  I am not sure which approach is 
right, but I don't think there is a reason for the two functions to be 
different.
History
Date User Action Args
2008-12-23 16:03:25belopolskysetrecipients: + belopolsky, loewis, scott.dial, josm, gpolo
2008-12-23 16:03:25belopolskysetmessageid: <1230048205.57.0.419585087943.issue1706039@psf.upfronthosting.co.za>
2008-12-23 16:03:25belopolskylinkissue1706039 messages
2008-12-23 16:03:24belopolskycreate