summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-14 16:04:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-14 16:04:05 (GMT)
commit0f1571ce7fb7da0e2ad75f941b29f2d19717e012 (patch)
tree40ead16555f0a9a69bf9524e2271b262e2cbcde6 /Misc
parent74592919d67706c3554f42da5226afb8b6feb48e (diff)
downloadcpython-0f1571ce7fb7da0e2ad75f941b29f2d19717e012.zip
cpython-0f1571ce7fb7da0e2ad75f941b29f2d19717e012.tar.gz
cpython-0f1571ce7fb7da0e2ad75f941b29f2d19717e012.tar.bz2
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 259d08a..c12d53c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,9 @@ Core and Builtins
Library
-------
+- Issues #1745761, #755670, #13357, #12629, #1200313: HTMLParser now correctly
+ handles non-valid attributes, including adjacent and unquoted attributes.
+
- Issue #13193: Fix distutils.filelist.FileList under Windows. The
"recursive-include" directive now recognizes both legal path separators.