From: Éric Araujo Date: Fri, 2 Sep 2011 22:48:17 +0000 (+0200) Subject: Merge fix for #8286 from 3.2 X-Git-Tag: v3.3.0a1~1570^2~9^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=564fbac7cdd2eae31d68f5d3c3186788b28f4fba;p=thirdparty%2FPython%2Fcpython.git Merge fix for #8286 from 3.2 --- 564fbac7cdd2eae31d68f5d3c3186788b28f4fba diff --cc Misc/NEWS index d83c12226c60,f9eb1cd1dc1c..30761e705752 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -271,17 -28,13 +271,20 @@@ 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 #12636: IDLE reads the coding cookie when executing a Python script. +- Issue #12494: On error, call(), check_call(), check_output() and + getstatusoutput() functions of the subprocess module now kill the process, + read its status (to avoid zombis) and close pipes. + +- Issue #12720: Expose low-level Linux extended file attribute functions in os. + - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi - now respect a --skip-build option given to bdist. + now respect a --skip-build option given to bdist. The packaging commands + were fixed too. - Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in the C pickle implementation.