diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 02:55:55 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-07 02:55:55 (GMT) |
commit | 6cebd48425ad9a3b325d9907c9a37cae04a788b9 (patch) | |
tree | e4c4d10199e1864bf29e7aba8d506971bf93f898 /Doc | |
parent | 5a71327f35f80a7e874b971e55cbf5528c8d0c80 (diff) | |
download | cpython-6cebd48425ad9a3b325d9907c9a37cae04a788b9.zip cpython-6cebd48425ad9a3b325d9907c9a37cae04a788b9.tar.gz cpython-6cebd48425ad9a3b325d9907c9a37cae04a788b9.tar.bz2 |
Issue #27959: Updates NEWS and whatsnew
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0517ef8..4cf77f9 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -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 ------------ |