From: Florent Xicluna Date: Sun, 7 Jul 2013 10:46:28 +0000 (+0200) Subject: Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. X-Git-Tag: v3.4.0a1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74a146d3acaa07c7176f3fa41607cc8224acdbcd;p=python Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. --- 74a146d3acaa07c7176f3fa41607cc8224acdbcd diff --cc Misc/NEWS index 13694f5bf7,b0bc75f298..d8a4ba0c02 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -142,9 -41,8 +142,11 @@@ Core and Builtin Library ------- + - Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. + +- Issue #18020: improve html.escape speed by an order of magnitude. + Patch by Matt Bryant. + - Issue #18347: ElementTree's html serializer now preserves the case of closing tags.