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 bmx
Recipients bmx, eryksun, heckad, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-05-15.13:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557926669.24.0.125386363547.issue36319@roundup.psfhosted.org>
In-reply-to
Content
Microsoft Windows [Version 10.0.17763.437]
(c) 2018 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\bmx>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

>>> import time,locale
>>> locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
>>> time.localtime()

---> python crashes, same with 'de_DE.UTF-8'

In contrast Python 3.6 raises an error about an invalid locale
History
Date User Action Args
2019-05-15 13:24:29bmxsetrecipients: + bmx, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, heckad
2019-05-15 13:24:29bmxsetmessageid: <1557926669.24.0.125386363547.issue36319@roundup.psfhosted.org>
2019-05-15 13:24:29bmxlinkissue36319 messages
2019-05-15 13:24:29bmxcreate