New submission from O. Morvant <olivier.morv...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4917>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to