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 Ilya.Kulakov
Recipients Ilya.Kulakov
Date 2015-08-26.03:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440559082.45.0.784571189082.issue24940@psf.upfronthosting.co.za>
In-reply-to
Content
According to the most recent documentation:

    Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the underlying binary storage.

Therefore stream should be opened as 'ab' by using value of the encoding argument or sys.getdefaultencoding if it's None.
History
Date User Action Args
2015-08-26 03:18:02Ilya.Kulakovsetrecipients: + Ilya.Kulakov
2015-08-26 03:18:02Ilya.Kulakovsetmessageid: <1440559082.45.0.784571189082.issue24940@psf.upfronthosting.co.za>
2015-08-26 03:18:01Ilya.Kulakovlinkissue24940 messages
2015-08-26 03:18:01Ilya.Kulakovcreate