From: Serhiy Storchaka Date: Mon, 24 Feb 2014 12:00:38 +0000 (+0200) Subject: Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. X-Git-Tag: v3.4.1rc1~233^2~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb44b2d9e838323be04a2dc92532f3d2dbbf05d5;p=python Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. Patch by Arfrever Frehtes Taifersar Arahesis. --- eb44b2d9e838323be04a2dc92532f3d2dbbf05d5 diff --cc Misc/NEWS index a9f944a9b9,50ac145daa..4dab25f056 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,31 -2,10 +2,37 @@@ 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. + ++Tools/Demos ++----------- ++ ++- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. ++ Patch by Arfrever Frehtes Taifersar Arahesis. ++ + +What's New in Python 3.4.0 release candidate 2? =============================================== -*Release date: XXXX-XX-XX* +Release date: 2014-02-23 Core and Builtins -----------------