From: Ezio Melotti Date: Fri, 18 Nov 2011 15:36:07 +0000 (+0200) Subject: #4147: merge with 3.2. X-Git-Tag: v3.3.0a1~814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=def4728fd65535c0502fc7e8297d99aead7568a2;p=thirdparty%2FPython%2Fcpython.git #4147: merge with 3.2. --- def4728fd65535c0502fc7e8297d99aead7568a2 diff --cc Misc/NEWS index af8eaf463e0f,8a82b099ff85..4bf4666721ae --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -377,15 -76,10 +377,19 @@@ Core and Builtin Library ------- + - Issue #4147: minidom's toprettyxml no longer adds whitespace around a text + node when it is the only child of an element. Initial patch by Dan + Kenigsberg. + +- Issue #13374: The Windows bytes API has been deprecated in the os module. Use + Unicode filenames instead of bytes filenames to not depend on the ANSI code + page anymore and to support any filename. + +- Issue #13297: Use bytes type to send and receive binary data through XMLRPC. + +- Issue #6397: Support "/dev/poll" polling objects in select module, + under Solaris & derivatives. + - Issues #1745761, #755670, #13357, #12629, #1200313: HTMLParser now correctly handles non-valid attributes, including adjacent and unquoted attributes.