summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 630c85e..aea6867 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,10 @@ Core and builtins
- unicode.iswide() and unicode.width() is dropped and the East Asian
Width support is moved to unicodedata extension module.
+- Patch #941229: The source code encoding in interactive mode
+ now refers sys.stdin.encoding not just ISO-8859-1 anymore. This
+ allows for non-latin-1 users to write unicode strings directly.
+
Extension modules
-----------------