summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-03 19:24:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-03 19:24:07 (GMT)
commit1317e1446805f1ab6b3299eef0a2910bab2887e0 (patch)
tree02398689ce556ce529283716ce425231995ec647 /Misc/NEWS
parentfc055252ebab9a1ecdfc0d04bc9c11168c2db9f7 (diff)
downloadcpython-1317e1446805f1ab6b3299eef0a2910bab2887e0.zip
cpython-1317e1446805f1ab6b3299eef0a2910bab2887e0.tar.gz
cpython-1317e1446805f1ab6b3299eef0a2910bab2887e0.tar.bz2
Issue #20368: The null character now correctly passed from Tcl to Python.
Improved error handling in variables-related commands.
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 6613727..66d9db7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
Library
-------
+- Issue #20368: The null character now correctly passed from Tcl to Python.
+ Improved error handling in variables-related commands.
+
- Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline
translation settings.