Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 31, 2020

  • Add a new _locale._get_locale_encoding() function to get the
    current locale encoding.
  • Modify locale.getpreferredencoding() to use it.
  • Remove the _bootlocale module.

https://bugs.python.org/issue42208

* Add a new _locale._get_locale_encoding() function to get the
  current locale encoding.
* Modify locale.getpreferredencoding() to use it.
* Remove the _bootlocale module.
@vstinner vstinner requested review from a team as code owners October 31, 2020 00:07
@vstinner vstinner merged commit b62bdf7 into python:master Oct 31, 2020
@vstinner vstinner deleted the bootlocale branch October 31, 2020 00:32
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
* Add a new _locale._get_locale_encoding() function to get the
  current locale encoding.
* Modify locale.getpreferredencoding() to use it.
* Remove the _bootlocale module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants