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 koobs, ncoghlan, vstinner
Date 2018-11-23.11:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542973110.85.0.788709270274.issue35290@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I also modified Python 3.7 to respect the "force ASCII" mode in bpo-34403, commit 21220bbe65108f5a763ead24a6b572f80d84c9e2. Hopefully, this change is not part of the latest Python 3.7.1 bugfix release.

By the way, the bug only impacts FreeBSD CURRENT users (after Nov 4, after C.UTF-8 has been added) who have no locale set (LC_CTYPE is "C", ex: python3 running in an empty environment) and explicitly disable the UTF-8 mode... Well, I guess that very few users (I mean no one) are impacted :-)
History
Date User Action Args
2018-11-23 11:38:30vstinnersetrecipients: + vstinner, ncoghlan, koobs
2018-11-23 11:38:30vstinnersetmessageid: <1542973110.85.0.788709270274.issue35290@psf.upfronthosting.co.za>
2018-11-23 11:38:30vstinnerlinkissue35290 messages
2018-11-23 11:38:30vstinnercreate