Issue #27959: Updates NEWS and whatsnew

This commit is contained in:
Steve Dower 2016-09-06 19:55:55 -07:00
parent 5a71327f35
commit 6cebd48425
2 changed files with 9 additions and 0 deletions

View File

@ -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
------------

View File

@ -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.