summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-10 11:34:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-10 11:34:13 (GMT)
commitfc43511867bfee131a3bfb18969ad02a1bb44a07 (patch)
tree2f07faf1728b809886d9e2616baaec002ff9cea4 /Misc/NEWS
parent731b1b12b8de92b5da8bcdb5ba686f1d3a83662a (diff)
downloadcpython-fc43511867bfee131a3bfb18969ad02a1bb44a07.zip
cpython-fc43511867bfee131a3bfb18969ad02a1bb44a07.tar.gz
cpython-fc43511867bfee131a3bfb18969ad02a1bb44a07.tar.bz2
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
error handler for stdin and stdout.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 676f37e..2ce0620 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
+ error handler for stdin and stdout.
+
- Issue #26494: Fixed crash on iterating exhausting iterators.
Affected classes are generic sequence iterators, iterators of str, bytes,
bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding