From: Éric Araujo Date: Mon, 5 Sep 2011 15:44:47 +0000 (+0200) Subject: Branch merge X-Git-Tag: v3.3.0a1~1570^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b22d1480657b5a9d9b66fd19d022a2e8a16eac56;p=thirdparty%2FPython%2Fcpython.git Branch merge --- b22d1480657b5a9d9b66fd19d022a2e8a16eac56 diff --cc Misc/NEWS index 16e0e40d0f74,2886160a6a37..8f67bf02a100 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -271,14 -271,9 +271,17 @@@ Core and Builtin Library ------- + - Issue #8286: The distutils command sdist will print a warning message instead + of crashing when an invalid path is given in the manifest template. + +- Issue #12841: tarfile unnecessarily checked the existence of numerical user + and group ids on extraction. If one of them did not exist the respective id + of the current user (i.e. root) was used for the file and ownership + information was lost. + +- Issue #12888: Fix a bug in HTMLParser.unescape that prevented it to escape + more than 128 entities. Patch by Peter Otten. + - Issue #12878: Expose a __dict__ attribute on io.IOBase and its subclasses. - Issue #12636: IDLE reads the coding cookie when executing a Python script.