[Python-checkins] cpython (merge 3.2 -> default): #11865: Merge with 3.2.

ezio.melotti python-checkins at python.org
Mon Apr 18 09:15:21 CEST 2011


http://hg.python.org/cpython/rev/d8dd02f6db1a
changeset:   69420:d8dd02f6db1a
parent:      69415:ac563fba7161
parent:      69419:ce804653c752
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Apr 18 10:14:49 2011 +0300
summary:
  #11865: Merge with 3.2.

files:
  Doc/c-api/init.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -908,7 +908,7 @@
 main thread where it has possession of the global interpreter lock and can
 perform any Python API calls.
 
-.. c:function:: void Py_AddPendingCall( int (*func)(void *, void *arg) )
+.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg)
 
    .. index:: single: Py_AddPendingCall()
 

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


More information about the Python-checkins mailing list