mirror of
https://github.com/python/cpython.git
synced 2025-09-22 08:23:36 +00:00
Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io module instead of the full locale module.
This commit is contained in:
parent
73abc527eb
commit
fd4722cacf
6 changed files with 49 additions and 22 deletions
|
@ -36,6 +36,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #9548: Add a minimal "_bootlocale" module that is imported by the
|
||||
_io module instead of the full locale module.
|
||||
|
||||
- Issue #18764: remove the 'print' alias for the PDB 'p' command so that it no
|
||||
longer shadows the print function.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue