From: Ezio Melotti Date: Mon, 14 Nov 2011 16:56:11 +0000 (+0200) Subject: #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. X-Git-Tag: v3.3.0a1~846 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad;p=thirdparty%2FPython%2Fcpython.git #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. --- d5d4406c8ebbbdf8a8961fc119be22b15a1c40ad diff --cc Misc/NEWS index 05ff988c2e12,ca8d4cb7bb5c..c462d6fe2d72 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -365,9 -73,11 +365,12 @@@ Core and Builtin 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. +- 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