summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-16 15:29:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-03-16 15:29:37 (GMT)
commit09bb8f46aa08fdcc4ec4b7c791d550fd71ae9f60 (patch)
tree859651c9e67c11bfa4a6031dba257287fa937f4a
parentc1577902c62dd14e43ba37662a31d76addd4ac7e (diff)
parenta78e4e6daf0b5623ce71966ef32a275ebce708fc (diff)
downloadcpython-09bb8f46aa08fdcc4ec4b7c791d550fd71ae9f60.zip
cpython-09bb8f46aa08fdcc4ec4b7c791d550fd71ae9f60.tar.gz
cpython-09bb8f46aa08fdcc4ec4b7c791d550fd71ae9f60.tar.bz2
merge 3.2
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88334df..a5d1bfe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,7 +73,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