summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-07-07 10:44:28 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-07-07 10:44:28 (GMT)
commit331c3fd874333b71bd315c0541349fcaebabfdcb (patch)
treea46d52ebc106c0470dd2d18d84ae746afe654539 /Misc
parent4e327c9d1cd8f7c7abbc5b9fa4384a801ff3fe59 (diff)
downloadcpython-331c3fd874333b71bd315c0541349fcaebabfdcb.zip
cpython-331c3fd874333b71bd315c0541349fcaebabfdcb.tar.gz
cpython-331c3fd874333b71bd315c0541349fcaebabfdcb.tar.bz2
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ebf594..b0bc75f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@ Core and Builtins
Library
-------
+- Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
+
- Issue #18347: ElementTree's html serializer now preserves the case of
closing tags.