summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-04 15:21:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-04 15:21:25 (GMT)
commite81b0d335b13bc1f26a08b292807ac17c8670b1c (patch)
tree2cbe866587ea5a3ff86501efc7ae29f2234e5ae5 /Misc
parent804480912c8328df7d042c6e5201cfe4abf21742 (diff)
parent09f3d080fe0cadab0db6380c58dd4968db20287d (diff)
downloadcpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.zip
cpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.tar.gz
cpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.tar.bz2
Issue #28350: String constants with null character no longer interned.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 121e567..4a8e0b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 2
Core and Builtins
-----------------
+- Issue #28350: String constants with null character no longer interned.
+
- Issue #26617: Fix crash when GC runs during weakref callbacks.
- Issue #27942: String constants now interned recursively in tuples and frozensets.