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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74a146d3acaa07c7176f3fa41607cc8224acdbcd;p=thirdparty%2FPython%2Fcpython.git Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. --- 74a146d3acaa07c7176f3fa41607cc8224acdbcd diff --cc Misc/NEWS index 13694f5bf71e,b0bc75f2989c..d8a4ba0c0221 --- 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.