From: Larry Hastings Date: Sun, 24 Nov 2013 22:05:57 +0000 (-0800) Subject: Merged 3.4.0b1 release head back into trunk. X-Git-Tag: v3.4.0b2~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99e101013fa36da37e47a5a18b5a62d621b0efb9;p=python Merged 3.4.0b1 release head back into trunk. --- 99e101013fa36da37e47a5a18b5a62d621b0efb9 diff --cc Misc/NEWS index 4aceeb547f,eabcfb7ef3..725ac64fcd --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,6 -2,6 +2,21 @@@ Python News +++++++++++ ++What's New in Python 3.4.0 Beta 2? ++================================== ++ ++Release date: 2014-01-05 ++ ++Core and Builtins ++----------------- ++ ++Library ++------- ++ ++- Issue #19545: Avoid chained exceptions while passing stray % to ++ time.strptime(). Initial patch by Claudiu Popa. ++ ++ What's New in Python 3.4.0 Beta 1? ==================================