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 methane, vstinner
Date 2021-03-17.10:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615977046.46.0.463643895314.issue43214@roundup.psfhosted.org>
In-reply-to
Content
Since it's a Python script, the default encoding should be UTF-8, as any Python script. I guess that most pth files don't use characters outside ASCII so it's fine.

I think that distutils made a few changes to switch UTF-8 last years, so it's possible.
History
Date User Action Args
2021-03-17 10:30:46vstinnersetrecipients: + vstinner, methane
2021-03-17 10:30:46vstinnersetmessageid: <1615977046.46.0.463643895314.issue43214@roundup.psfhosted.org>
2021-03-17 10:30:46vstinnerlinkissue43214 messages
2021-03-17 10:30:46vstinnercreate