summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 36db395..c9ba8ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -300,6 +300,8 @@ Build
Windows
-------
+- Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
+
- Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
- Issue #27731: Opt-out of MAX_PATH on Windows 10
@@ -556,7 +558,6 @@ Build
- Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Also update FreedBSD version checks for the original ctype UTF-8 workaround.
-
What's New in Python 3.6.0 alpha 3
==================================