Files
cpython/Modules
Victor Stinner 188ebfa475 bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
_PyCoreConfig:

* Rename coerce_c_locale to _coerce_c_locale
* Rename coerce_c_locale_warn to _coerce_c_locale_warn

These fields are now private (name prefixed by "_").
2018-09-17 15:13:17 -07:00
..
2018-09-11 17:17:39 -07:00

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