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

O. Morvant report at bugs.python.org
Mon Jan 12 01:21:44 CET 2009


New submission from O. Morvant <olivier.morvant at neuf.fr>:

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 or in any others files.

----------
assignee: theller
components: ctypes
messages: 79639
nosy: omorvant, theller
severity: normal
status: open
title: PyBytes_Format documented but doesn't exist in C/API
type: resource usage
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4917>
_______________________________________


More information about the Python-bugs-list mailing list