summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-30 07:07:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-30 07:07:26 (GMT)
commit00a0fc1144d928515ff8abd0de7bb6ad072fcbdb (patch)
treec556e0e9d15dea2648f7b62dcea717cb67653a40 /Misc
parent55f3ae68bb5b3d17719f9c2b85913c9a3f38adbb (diff)
downloadcpython-00a0fc1144d928515ff8abd0de7bb6ad072fcbdb.zip
cpython-00a0fc1144d928515ff8abd0de7bb6ad072fcbdb.tar.gz
cpython-00a0fc1144d928515ff8abd0de7bb6ad072fcbdb.tar.bz2
Issue #27942: String constants now interned recursively in tuples and frozensets.
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 5a8f1c2..136247e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #27942: String constants now interned recursively in tuples and frozensets.
+
- Issue #21578: Fixed misleading error message when ImportError called with
invalid keyword args.