From: Florent Xicluna Date: Tue, 1 Nov 2011 22:33:14 +0000 (+0100) Subject: Merge 3.2: issue #2892 X-Git-Tag: v3.3.0a1~982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f24e7e6c4154178dc8409e4caee33777e166f949;p=thirdparty%2FPython%2Fcpython.git Merge 3.2: issue #2892 --- f24e7e6c4154178dc8409e4caee33777e166f949 diff --cc Misc/NEWS index b05c966057ac,9e7a96cc2f2d..3cd76218fe1c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -350,9 -66,8 +350,11 @@@ Core and Builtin Library ------- + - Issue #2892: preserve iterparse events in case of SyntaxError. + +- Issue #13287: urllib.request and urllib.error now contains a __all__ and + exposes only relevant Classes, Functions. Patch by Florent Xicluna. + - Issue #670664: Fix HTMLParser to correctly handle the content of ```` and ````.