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 rfmoz
Recipients Dmitry.Jemerov, Ilya.Kulakov, alexander.sturm, barry-scott, karolyi, larryv, lemburg, loewis, mattheww, ncoghlan, ned.deily, r.david.murray, rfmoz, ronaldoussoren, serhiy.storchaka, tsparber, wolma
Date 2019-01-10.11:09:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547118599.25.0.72359762387.issue18378@roundup.psfhosted.org>
In-reply-to
Content
I still have this issue on MacOS Mojave 10.14

Python 3.7.2 (default, Dec 27 2018, 07:35:06)
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> locale.getdefaultlocale()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py", line 568, in getdefaultlocale
    return _parse_localename(localename)
  File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py", line 495, in _parse_localename
    raise ValueError('unknown locale: %s' % localename)
ValueError: unknown locale: UTF-8
>>>

$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
History
Date User Action Args
2019-01-10 11:10:01rfmozsetrecipients: + rfmoz, lemburg, loewis, barry-scott, ronaldoussoren, ncoghlan, mattheww, ned.deily, r.david.murray, Dmitry.Jemerov, larryv, serhiy.storchaka, wolma, Ilya.Kulakov, tsparber, karolyi, alexander.sturm
2019-01-10 11:09:59rfmozsetmessageid: <1547118599.25.0.72359762387.issue18378@roundup.psfhosted.org>
2019-01-10 11:09:59rfmozlinkissue18378 messages
2019-01-10 11:09:59rfmozcreate