Issue #20368: The null character now correctly passed from Tcl to Python (in
unicode strings only). Improved error handling in variables-related commands.
diff --git a/Misc/NEWS b/Misc/NEWS
index 48a0085..2b1dd07 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@
Library
-------
+- Issue #20368: The null character now correctly passed from Tcl to Python (in
+ unicode strings only). Improved error handling in variables-related commands.
+
- Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline
translation settings.