diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-14 16:56:11 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-14 16:56:11 (GMT) |
commit | d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad (patch) | |
tree | 585f97fa7990268f7ef46a60d78407838e334bc3 /Misc | |
parent | 84b48a6c46ce7720a23d92f4d64961812d00ce1b (diff) | |
parent | c2fe57762b6cfa8849908e1a0475036cd0b058ba (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |