Skip to content
New issue

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

[BUG] DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead _locale = getdefaultlocale()[0] #120

Closed
mike-fabian opened this issue Aug 19, 2022 · 1 comment

Comments

@mike-fabian
Copy link
Owner

 ibus-daemon -rx 
...
/usr/share/ibus-table/engine/main.py:280: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead
   _locale = getdefaultlocale()[0]
@mike-fabian mike-fabian self-assigned this Aug 19, 2022
@mike-fabian mike-fabian added this to To do in Mike’s github project board via automation Aug 19, 2022
@mike-fabian mike-fabian changed the title [BUG] [BUG] DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead _locale = getdefaultlocale()[0] Aug 20, 2022
@mike-fabian mike-fabian moved this from To do to In progress in Mike’s github project board Aug 30, 2022
@mike-fabian
Copy link
Owner Author

https://docs.python.org/3.12/library/locale.html

locale.getdefaultlocale([envvars])
...
Deprecated since version 3.11, will be removed in version 3.13.

Mike’s github project board automation moved this from In progress to Done Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant