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 tim.peters
Recipients Cezary.Wagner, eric.smith, paul.moore, steve.dower, tim.golden, tim.peters, zach.ware
Date 2020-03-14.00:19:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584145165.83.0.990584579942.issue39962@roundup.psfhosted.org>
In-reply-to
Content
This is very well known on Windows, and the behavior is inherited from the Windows C libraries.  If you need a byte count instead, then - as the docs already say - you need to open the file in binary mode instead.
History
Date User Action Args
2020-03-14 00:19:25tim.peterssetrecipients: + tim.peters, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower, Cezary.Wagner
2020-03-14 00:19:25tim.peterssetmessageid: <1584145165.83.0.990584579942.issue39962@roundup.psfhosted.org>
2020-03-14 00:19:25tim.peterslinkissue39962 messages
2020-03-14 00:19:25tim.peterscreate