[Python-checkins] r68538 - python/branches/py3k/Doc/c-api/bytes.rst

benjamin.peterson python-checkins at python.org
Mon Jan 12 01:28:16 CET 2009


Author: benjamin.peterson
Date: Mon Jan 12 01:28:16 2009
New Revision: 68538

Log:
remove docs for PyBytes_Format #4917

Modified:
   python/branches/py3k/Doc/c-api/bytes.rst

Modified: python/branches/py3k/Doc/c-api/bytes.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/bytes.rst	(original)
+++ python/branches/py3k/Doc/c-api/bytes.rst	Mon Jan 12 01:28:16 2009
@@ -192,9 +192,3 @@
    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.


More information about the Python-checkins mailing list