[issue4917] PyBytes_Format documented but doesn't exist in C/API

2009-01-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: PyBytes_Format is not supported, so I removed the documentation in r68538. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker __

[issue4917] PyBytes_Format documented but doesn't exist in C/API

2009-01-11 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: theller -> components: +Interpreter Core -ctypes nosy: -theller type: resource usage -> feature request versions: +Python 3.1 -Python 3.0 ___ Python tracker

[issue4917] PyBytes_Format documented but doesn't exist in C/API

2009-01-11 Thread O. Morvant
New submission from O. Morvant : The C/API function PyBytes_Format(PyObject*, PyObject*) is documentated in python 3.0 API (http://docs.python.org/3.0/c-api/bytes.html) at the end of the Bytes Object description page. Examining the Python 3.0 source code, it can't be found in bytesobject.h file