[Python-checkins] cpython (3.2): correct patch ack (#11133)

benjamin.peterson python-checkins at python.org
Wed Mar 16 16:29:45 CET 2011


http://hg.python.org/cpython/rev/382cb3386d57
changeset:   68598:382cb3386d57
branch:      3.2
parent:      68594:02dbfceeee55
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Mar 16 10:29:19 2011 -0500
summary:
  correct patch ack (#11133)

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,7 @@
 -------
 
 - 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list