summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-03 19:25:56 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-03 19:25:56 (GMT)
commitce591c2868385748ef13f636f8d50309e007a809 (patch)
tree831a05ac504aa154cc1d4cb6674968603b3ca7e8 /Misc/NEWS
parent1b7c931e0bd391210e11f5a1311e55ce64b3d4e6 (diff)
parent1317e1446805f1ab6b3299eef0a2910bab2887e0 (diff)
downloadcpython-ce591c2868385748ef13f636f8d50309e007a809.zip
cpython-ce591c2868385748ef13f636f8d50309e007a809.tar.gz
cpython-ce591c2868385748ef13f636f8d50309e007a809.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 f6d908d..d5befa6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,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.