diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-30 07:07:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-30 07:07:26 (GMT) |
commit | 00a0fc1144d928515ff8abd0de7bb6ad072fcbdb (patch) | |
tree | c556e0e9d15dea2648f7b62dcea717cb67653a40 /Misc | |
parent | 55f3ae68bb5b3d17719f9c2b85913c9a3f38adbb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |