]> granicus.if.org Git - python/commitdiff
Merged revisions 82597 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Jul 2010 21:38:37 +0000 (21:38 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 5 Jul 2010 21:38:37 +0000 (21:38 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82597 | victor.stinner | 2010-07-05 23:36:21 +0200 (lun., 05 juil. 2010) | 2 lines

  #9158: Fix y* format of PyArg_Parse*() functions documentation
........

Doc/c-api/arg.rst

index 48c09f2a7d1ec8c38e22ff63602ba2bccda2bf13..a264ac0ee7c84c8773d407457d0c63545ac07405 100644 (file)
@@ -100,7 +100,7 @@ Unless otherwise stated, buffers are not NUL-terminated.
    contain embedded NUL bytes; if it does, a :exc:`TypeError`
    exception is raised.
 
-``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer \*]
+``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer]
    This variant on ``s*`` doesn't accept Unicode objects, only objects
    supporting the buffer protocol.  **This is the recommended way to accept
    binary data.**