]> granicus.if.org Git - python/commitdiff
remove docs for PyBytes_Format #4917
authorBenjamin Peterson <benjamin@python.org>
Mon, 12 Jan 2009 00:28:16 +0000 (00:28 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 12 Jan 2009 00:28:16 +0000 (00:28 +0000)
Doc/c-api/bytes.rst

index c9a114a9382ab20c7e49d566a2472deccec62a2e..b66047b021a9a566ea8ed04c5385c8808ebc9356 100644 (file)
@@ -192,9 +192,3 @@ called with a non-bytes parameter.
    reallocation fails, the original bytes object at *\*bytes* is deallocated,
    *\*bytes* is set to *NULL*, a memory exception is set, and ``-1`` is
    returned.
-
-
-.. cfunction:: PyObject* PyBytes_Format(PyObject *format, PyObject *args)
-
-   Return a new bytes object from *format* and *args*. Analogous to ``format %
-   args``.  The *args* argument must be a tuple.