From: Ross Lagerwall Date: Thu, 22 Dec 2011 07:10:47 +0000 (+0200) Subject: Merge with 3.2 for #11006. X-Git-Tag: v3.3.0a1~541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b77ac32b204188fa9874299ca39da885365254a;p=thirdparty%2FPython%2Fcpython.git Merge with 3.2 for #11006. --- 0b77ac32b204188fa9874299ca39da885365254a diff --cc Misc/NEWS index d3587ddfae21,c36b0196d21a..425eedccc1cf --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -419,9 -97,8 +419,11 @@@ Core and Builtin Library ------- + - Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. + +- Issue #13620: Support for Chrome browser in webbrowser.py Patch contributed + by Arnaud Calmettes. + - Issue #11829: Fix code execution holes in inspect.getattr_static for metaclasses with metaclasses. Patch by Andreas Stührk.