diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-14 16:04:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-14 16:04:05 (GMT) |
commit | 0f1571ce7fb7da0e2ad75f941b29f2d19717e012 (patch) | |
tree | 40ead16555f0a9a69bf9524e2271b262e2cbcde6 /Misc | |
parent | 74592919d67706c3554f42da5226afb8b6feb48e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |