summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-16 15:29:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-03-16 15:29:19 (GMT)
commita78e4e6daf0b5623ce71966ef32a275ebce708fc (patch)
treef382bd647cbbc5a4f89a4abda4f28a6c384a7131
parentf0edd1b86d1572c0fe9cc31b5aaadc12ea75f7f0 (diff)
downloadcpython-a78e4e6daf0b5623ce71966ef32a275ebce708fc.zip
cpython-a78e4e6daf0b5623ce71966ef32a275ebce708fc.tar.gz
cpython-a78e4e6daf0b5623ce71966ef32a275ebce708fc.tar.bz2
correct patch ack (#11133)
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd21c5c..ff5d749 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