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 boris
Recipients alexandre.vassalotti, boris, jaraco, joncle, pitrou, serhiy.storchaka
Date 2019-11-01.13:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572615516.87.0.219055443574.issue24159@roundup.psfhosted.org>
In-reply-to
Content
As I said in issue38226, the error message you get when you try to pickle.load() a file opened in "r" mode instead of "rb" mode,

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte

is also confusing and can be improved.
History
Date User Action Args
2019-11-01 13:38:36borissetrecipients: + boris, jaraco, pitrou, alexandre.vassalotti, joncle, serhiy.storchaka
2019-11-01 13:38:36borissetmessageid: <1572615516.87.0.219055443574.issue24159@roundup.psfhosted.org>
2019-11-01 13:38:36borislinkissue24159 messages
2019-11-01 13:38:36boriscreate