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 Miso.Kopera
Recipients Miso.Kopera
Date 2010-12-30.20:09:30
SpamBayes Score 2.1012653e-05
Marked as misclassified No
Message-id <1293739774.28.0.868626171836.issue10797@psf.upfronthosting.co.za>
In-reply-to
Content
bug in "file.readlines()" function. It doesn't detect end of the line when line is ending only with 0x0D byte. In python3.1 it works fine (as I expect). File in attachment should has 6 lines not only 1 as python2.7 returns.
History
Date User Action Args
2010-12-30 20:09:34Miso.Koperasetrecipients: + Miso.Kopera
2010-12-30 20:09:34Miso.Koperasetmessageid: <1293739774.28.0.868626171836.issue10797@psf.upfronthosting.co.za>
2010-12-30 20:09:30Miso.Koperalinkissue10797 messages
2010-12-30 20:09:30Miso.Koperacreate