From: Benjamin Peterson Date: Wed, 16 Mar 2011 15:29:19 +0000 (-0500) Subject: correct patch ack (#11133) X-Git-Tag: v3.2.1b1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a78e4e6daf0b5623ce71966ef32a275ebce708fc;p=thirdparty%2FPython%2Fcpython.git correct patch ack (#11133) --- diff --git a/Misc/NEWS b/Misc/NEWS index bd21c5c71c8e..ff5d7494fb84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -41,7 +41,7 @@ Library ------- - Issue #11133: fix two cases where inspect.getattr_static can trigger code - execution. Patch by Daniel Urban. + execution. Patch by Andreas Stührk. - Issue #11569: use absolute path to the sysctl command in multiprocessing to ensure that it will be found regardless of the shell PATH. This ensures