From: Robert Collins Date: Wed, 29 Jul 2015 18:20:21 +0000 (+1200) Subject: Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. X-Git-Tag: v3.6.0a1~1886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ed48182896729baf063e8bae349fc7f40917f08;p=python Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. --- 8ed48182896729baf063e8bae349fc7f40917f08 diff --cc Misc/NEWS index ba287d4873,7f3f4182c4..59f6af8e0f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -26,26 -23,11 +26,31 @@@ Librar - 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. + + Documentation + ------------- + + - Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. + What's New in Python 3.5.0 beta 4? ==================================