summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-14 16:56:11 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-14 16:56:11 (GMT)
commitd5d4406c8ebbbdf8a8961fc119be22b15a1c40ad (patch)
tree585f97fa7990268f7ef46a60d78407838e334bc3 /Misc
parent84b48a6c46ce7720a23d92f4d64961812d00ce1b (diff)
parentc2fe57762b6cfa8849908e1a0475036cd0b058ba (diff)
downloadcpython-d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad.zip
cpython-d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad.tar.gz
cpython-d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad.tar.bz2
#1745761, #755670, #13357, #12629, #1200313: merge with 3.2.
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 05ff988..c462d6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,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 and
packaging.manifest.Manifest under Windows. The "recursive-include"
directive now recognizes both legal path separators.