We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://bugzilla.redhat.com/show_bug.cgi?id=2131410
The text was updated successfully, but these errors were encountered:
$ LC_MESSAGES=nonsense python3 Python 3.10.6 (main, Aug 2 2022, 00:00:00) [GCC 12.1.1 20220507 (Red Hat 12.1.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_ALL, '') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.10/locale.py", line 620, in setlocale return _setlocale(category, locale) locale.Error: unsupported locale setting >>> locale.getlocale(locale.LC_MESSAGES) (None, None) >>>
Sorry, something went wrong.
ca296cb
mike-fabian
No branches or pull requests
See: https://bugzilla.redhat.com/show_bug.cgi?id=2131410
The text was updated successfully, but these errors were encountered: