cpython: 786c34bdc27a (original) (raw)
Mercurial > cpython
changeset 103201:786c34bdc27a
Issue #27959: Updates NEWS and whatsnew [#27959]
Steve Dower steve.dower@microsoft.com | |
---|---|
date | Tue, 06 Sep 2016 19:55:55 -0700 |
parents | fd0e62300fb7 |
children | 7a243a40b421 |
files | Doc/whatsnew/3.6.rst Misc/NEWS |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-)[+] [-] Doc/whatsnew/3.6.rst 6 Misc/NEWS 3 |
line wrap: on
line diff
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -450,6 +450,12 @@ Any code relying on the presence of de[](#l1.3) need to be adapted. See :issue:`27819` for more details.[](#l1.4) [](#l1.5) [](#l1.6) +encodings[](#l1.7) +---------[](#l1.8) +[](#l1.9) +On Windows, added the
'oem'encoding to use
CP_OEMCPand the
'ansi'[](#l1.10) +alias for the existing
'mbcs'encoding, which uses the
CP_ACP`` code page.
+
faulthandler
------------
--- a/Misc/NEWS +++ b/Misc/NEWS @@ -237,6 +237,9 @@ Build Windows ------- +- Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to