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 Decorater
Recipients Decorater, rr-
Date 2016-08-16.14:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471356737.49.0.405719401735.issue27777@psf.upfronthosting.co.za>
In-reply-to
Content
hmm into looking it should check if it is in actuality a binary file the length of the file data does not really determine anything on encoding really.

if self._binary_file:

would suffice on determining binary mode or not.
History
Date User Action Args
2016-08-16 14:12:17Decoratersetrecipients: + Decorater, rr-
2016-08-16 14:12:17Decoratersetmessageid: <1471356737.49.0.405719401735.issue27777@psf.upfronthosting.co.za>
2016-08-16 14:12:17Decoraterlinkissue27777 messages
2016-08-16 14:12:17Decoratercreate