(original) (raw)

changeset: 103201:786c34bdc27a user: Steve Dower steve.dower@microsoft.com date: Tue Sep 06 19:55:55 2016 -0700 files: Doc/whatsnew/3.6.rst Misc/NEWS description: Issue #27959: Updates NEWS and whatsnew diff -r fd0e62300fb7 -r 786c34bdc27a Doc/whatsnew/3.6.rst --- a/Doc/whatsnew/3.6.rst Tue Sep 06 19:46:42 2016 -0700 +++ b/Doc/whatsnew/3.6.rst Tue Sep 06 19:55:55 2016 -0700 @@ -450,6 +450,12 @@ 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 ------------ diff -r fd0e62300fb7 -r 786c34bdc27a Misc/NEWS --- a/Misc/NEWS Tue Sep 06 19:46:42 2016 -0700 +++ b/Misc/NEWS Tue Sep 06 19:55:55 2016 -0700 @@ -237,6 +237,9 @@ 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. /steve.dower@microsoft.com