Commit 6cebd484 authored by Steve Dower's avatar Steve Dower

Issue #27959: Updates NEWS and whatsnew

parent 5a71327f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment