Files
cpython/Modules
Victor Stinner b62bdf71ea bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
* Add a new _locale._get_locale_encoding() function to get the
  current locale encoding.
* Modify locale.getpreferredencoding() to use it.
* Remove the _bootlocale module.
2020-10-31 01:32:11 +01:00
..
2020-07-26 20:33:00 -03:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.