]> granicus.if.org Git - python/commitdiff
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
authorRobert Collins <rbtcollins@hp.com>
Sun, 26 Jul 2015 22:46:42 +0000 (10:46 +1200)
committerRobert Collins <rbtcollins@hp.com>
Sun, 26 Jul 2015 22:46:42 +0000 (10:46 +1200)
1  2 
Misc/ACKS
Misc/NEWS

diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index f80221aa9611870f2d42d5c3f3c86e49d11bcdc6,209daf98045aae8c0c4b65d31ffdbb4dcf2c7749..1e1a88c466a3dc5d9b52b3ab0ee01dabd64a17bb
+++ b/Misc/NEWS
@@@ -13,26 -13,8 +13,28 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
 +- Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
 +
 +- Issue #2091: open() accepted a 'U' mode string containing '+', but 'U' can
 +  only be used with 'r'. Patch from Jeff Balogh and John O'Connor.
 +
 +- Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence.
 +
 +- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
 +  Patch from Nicola Palumbo and Laurent De Buyst.
 +
 +- Issue #24426: Fast searching optimization in regular expressions now works
 +  for patterns that starts with capturing groups.  Fast searching optimization
 +  now can't be disabled at compile time.
 +
 +- Issue #23661: unittest.mock side_effects can now be exceptions again. This
 +  was a regression vs Python 3.4. Patch from Ignacio Rossi
 +
 +- Issue #13248: Remove deprecated inspect.getargspec and inspect.getmoduleinfo
 +  functions.
 +
  
  What's New in Python 3.5.0 beta 4?
  ==================================