From: Antoine Pitrou Date: Sun, 23 Feb 2014 18:41:51 +0000 (+0100) Subject: Issue #20743: Fix a reference leak in test_tcl. X-Git-Tag: v3.4.1rc1~233^2~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a14ea46940b3000f8a56d246ae5c220845b759a;p=python Issue #20743: Fix a reference leak in test_tcl. --- 8a14ea46940b3000f8a56d246ae5c220845b759a diff --cc Misc/NEWS index d469f689c0,0bb54c5f88..dafdb3f779 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,26 -2,10 +2,31 @@@ Python News +++++++++++ -What's New in Python 3.3.5 release candidate 1? +What's New in Python 3.4.1? +=========================== + +Core and Builtins +----------------- + +- Issue #20637: Key-sharing now also works for instance dictionaries of + subclasses. Patch by Peter Ingebretson. + +Library +------- + +- Issue #19748: On AIX, time.mktime() now raises an OverflowError for year + outsize range [1902; 2037]. + ++Tests ++----- ++ ++- Issue #20743: Fix a reference leak in test_tcl. ++ + +What's New in Python 3.4.0 release candidate 2? =============================================== -*Release date: XXXX-XX-XX* +Release date: 2014-02-23 Core and Builtins -----------------