]> granicus.if.org Git - python/commitdiff
Merged 3.4.0b1 release head back into trunk.
authorLarry Hastings <larry@hastings.org>
Sun, 24 Nov 2013 22:05:57 +0000 (14:05 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 24 Nov 2013 22:05:57 +0000 (14:05 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 4aceeb547fa6e80aab1fd3aa4ed3a7020a97268b,eabcfb7ef35e0af84e2dc00e9caf7aa6e7413372..725ac64fcde975a569ca7455cc778977ef5ebf6f
+++ 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?
  ==================================