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 ezio.melotti, vstinner
Date 2018-06-21.10:58:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529578724.15.0.56676864532.issue32555@psf.upfronthosting.co.za>
In-reply-to
Content
freebsd$ LC_ALL=fr_FR.ISO8859-1 ./python -c 'import locale, os; locale.setlocale(locale.LC_ALL, ""); print(ascii(os.strerror(2)))'
'Fichier ou r\xe9pertoire inexistant'

I ran manually this test on FreeBSD: it pass on Python 3.6, 3.7 and master. I close the issue.


> Another issue: _Py_DecodeUTF8Ex() creates surrogate pairs with 16-bit wchar_t (on Windows), whereas input bytes should be escaped. I'm quite sure that it's a bug.

I created bpo-33928 for that one.
History
Date User Action Args
2018-06-21 10:58:44vstinnersetrecipients: + vstinner, ezio.melotti
2018-06-21 10:58:44vstinnersetmessageid: <1529578724.15.0.56676864532.issue32555@psf.upfronthosting.co.za>
2018-06-21 10:58:44vstinnerlinkissue32555 messages
2018-06-21 10:58:44vstinnercreate