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 a.badger, dstufft, eric.araujo, vstinner
Date 2019-05-21.21:41:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558474885.68.0.0205059053711.issue36998@roundup.psfhosted.org>
In-reply-to
Content
IMHO MANIFEST should always be encoded to UTF-8 on all platforms. It means always *decode* it from UTF-8.

For backward compatibility, we might first try to decode it from UTF-8, but falls back on the locale encoding if the UTF-8 decoder raises a UnicodeDecodeError.
History
Date User Action Args
2019-05-21 21:41:25vstinnersetrecipients: + vstinner, eric.araujo, a.badger, dstufft
2019-05-21 21:41:25vstinnersetmessageid: <1558474885.68.0.0205059053711.issue36998@roundup.psfhosted.org>
2019-05-21 21:41:25vstinnerlinkissue36998 messages
2019-05-21 21:41:25vstinnercreate