From: Ezio Melotti Date: Tue, 1 Nov 2011 12:14:15 +0000 (+0200) Subject: #670664: merge with 3.2. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7903913fa6a2904159cc1658f3471d2d2edde112;p=python #670664: merge with 3.2. --- 7903913fa6a2904159cc1658f3471d2d2edde112 diff --cc Misc/NEWS index 94f22fcf95,657c80290d..133b8ba4b6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -350,15 -66,15 +350,18 @@@ Core and Builtin Library ------- - - Issue 10817: Fix urlretrieve function to raise ContentTooShortError even + - Issue #670664: Fix HTMLParser to correctly handle the content of + ```` and ````. + + - Issue #10817: Fix urlretrieve function to raise ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen. - - Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. + - Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart. (Patch by Roger Serwy) +- Fix the xmlrpc.client user agent to return something similar to + urllib.request user agent: "Python-xmlrpc/3.3". + - Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.