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 miwa
Recipients BreamoreBoy, benjamin.peterson, miwa, vstinner
Date 2014-03-12.02:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394593156.43.0.115967014523.issue20844@psf.upfronthosting.co.za>
In-reply-to
Content
When opening LF-newline file, ftell() may return zero when the position is not at the beginning of the file.

Maybe LF-newline file should open in binary-mode.
http://support.microsoft.com/kb/68337
History
Date User Action Args
2014-03-12 02:59:16miwasetrecipients: + miwa, vstinner, benjamin.peterson, BreamoreBoy
2014-03-12 02:59:16miwasetmessageid: <1394593156.43.0.115967014523.issue20844@psf.upfronthosting.co.za>
2014-03-12 02:59:16miwalinkissue20844 messages
2014-03-12 02:59:16miwacreate