Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.

This commit is contained in:
Florent Xicluna 2013-07-07 12:44:28 +02:00
parent 4e327c9d1c
commit 331c3fd874
3 changed files with 49 additions and 1 deletions

View file

@ -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.