From: Serhiy Storchaka Date: Fri, 30 Sep 2016 07:36:15 +0000 (+0300) Subject: Issue #27942: String constants now interned recursively in tuples and frozensets. X-Git-Tag: v3.7.0a1~2352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be9cddb302e51d6a3b8f5217f6d8628e842538b7;p=thirdparty%2FPython%2Fcpython.git Issue #27942: String constants now interned recursively in tuples and frozensets. --- be9cddb302e51d6a3b8f5217f6d8628e842538b7 diff --cc Misc/NEWS index 8f60d8301bb6,5befca176c56..4cdb356424a8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -10,8 +10,10 @@@ What's New in Python 3.7.0 alpha Core and Builtins ----------------- + - Issue #27942: String constants now interned recursively in tuples and frozensets. + +- Issue #28289: ImportError.__init__ now resets not specified attributes. + - Issue #21578: Fixed misleading error message when ImportError called with invalid keyword args.