[Python-checkins] cpython (3.2): correct patch ack (#11133) (original) (raw)
benjamin.peterson python-checkins at python.org
Wed Mar 16 16:29:45 CET 2011
- Previous message: [Python-checkins] cpython: Fix typo in subprocess documentation.
- Next message: [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] cpython: Fix typo in subprocess documentation.
- Next message: [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]