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 methane
Recipients methane
Date 2021-04-04.00:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617495718.2.0.60661799695.issue43722@roundup.psfhosted.org>
In-reply-to
Content
During fixing EncodingWarning in stdlibs, I found FileCookieJar, LWPCookieJar, and MozillaCookieJar use locale encoding for cookie files.

I don't know much about cookie file format. If locale encoding is right encoding, we can just use `encoding="locale"` since Python 3.10.

Or cookie files should be encoded in UTF-8, or latin-1?
History
Date User Action Args
2021-04-04 00:21:58methanesetrecipients: + methane
2021-04-04 00:21:58methanesetmessageid: <1617495718.2.0.60661799695.issue43722@roundup.psfhosted.org>
2021-04-04 00:21:58methanelinkissue43722 messages
2021-04-04 00:21:58methanecreate