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 vstinner
Recipients ZackerySpytz, izbyshev, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2019-05-06.15:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557156922.43.0.513484885082.issue32592@roundup.psfhosted.org>
In-reply-to
Content
Before Vista, the code page 65001 behaved differently than official UTF-8 codec. Vista changed that. Maybe it's time to remove Lib/encodings/cp65001.py and make it an alias to utf_8 codec: see https://bugs.python.org/issue36778#msg341531
History
Date User Action Args
2019-05-06 15:35:22vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, izbyshev, ZackerySpytz
2019-05-06 15:35:22vstinnersetmessageid: <1557156922.43.0.513484885082.issue32592@roundup.psfhosted.org>
2019-05-06 15:35:22vstinnerlinkissue32592 messages
2019-05-06 15:35:22vstinnercreate