mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Issue #27959: Updates NEWS and whatsnew
This commit is contained in:
parent
5a71327f35
commit
6cebd48425
2 changed files with 9 additions and 0 deletions
|
|
@ -450,6 +450,12 @@ Any code relying on the presence of ``default_format`` may
|
|||
need to be adapted. See :issue:`27819` for more details.
|
||||
|
||||
|
||||
encodings
|
||||
---------
|
||||
|
||||
On Windows, added the ``'oem'`` encoding to use ``CP_OEMCP`` and the ``'ansi'``
|
||||
alias for the existing ``'mbcs'`` encoding, which uses the ``CP_ACP`` code page.
|
||||
|
||||
faulthandler
|
||||
------------
|
||||
|
||||
|
|
|
|||
|
|
@ -237,6 +237,9 @@ Build
|
|||
Windows
|
||||
-------
|
||||
|
||||
- Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to
|
||||
codec lookup.
|
||||
|
||||
- Issue #27982: The functions of the winsound module now accept keyword
|
||||
arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue