#1745761, #755670, #13357, #12629, #1200313: merge with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 14 Nov 2011 16:56:11 +0000 (18:56 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 14 Nov 2011 16:56:11 +0000 (18:56 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 05ff988c2e12e7d04922f6f3a0190c8dbab3fb26,ca8d4cb7bb5c2c1ef3197ef8c66c0827c3a61022..c462d6fe2d72007ce2230206f25e5f5ba6dd9ae0
+++ b/Misc/NEWS
@@@ -365,9 -73,11 +365,12 @@@ Core and Builtin
  Library
  -------
  
 -- Issue #13193: Fix distutils.filelist.FileList under Windows.  The
 -  "recursive-include" directive now recognizes both legal path separators.
+ - 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.
  
  - Issue #13384: Remove unnecessary __future__ import in Lib/random.py