summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-30 12:46:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-30 12:46:53 (GMT)
commita59018c7ab905584ed94d35b2cf93067e116f8f2 (patch)
tree54e4c8b0856ea4c7fa1a736aea26692be37e83fe /Misc/NEWS
parentb5102e3550a589084bf33fae15bf131f47d51b0b (diff)
downloadcpython-a59018c7ab905584ed94d35b2cf93067e116f8f2.zip
cpython-a59018c7ab905584ed94d35b2cf93067e116f8f2.tar.gz
cpython-a59018c7ab905584ed94d35b2cf93067e116f8f2.tar.bz2
Issue #25182: The stdprinter (used as sys.stderr before the io module is
imported at startup) now uses the backslashreplace error handler.
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 3d5dfa9..c3068c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #25182: The stdprinter (used as sys.stderr before the io module is
+ imported at startup) now uses the backslashreplace error handler.
+
- Issue #24891: Fix a race condition at Python startup if the file descriptor
of stdin (0), stdout (1) or stderr (2) is closed while Python is creating
sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set