projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d026b93
)
remove PyBytes_Format from header
author
Benjamin Peterson
<benjamin@python.org>
Mon, 26 May 2008 15:07:14 +0000
(15:07 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Mon, 26 May 2008 15:07:14 +0000
(15:07 +0000)
Include/bytesobject.h
patch
|
blob
|
history
diff --git
a/Include/bytesobject.h
b/Include/bytesobject.h
index 1c73fdeb80561ae54ca52989716336c94a5af877..529b028c82472430629d3a641a7c9a514c160cc7 100644
(file)
--- a/
Include/bytesobject.h
+++ b/
Include/bytesobject.h
@@
-58,7
+58,6
@@
PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int);
PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *);
PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *);
PyAPI_FUNC(int) _PyBytes_Resize(PyObject **, Py_ssize_t);
-PyAPI_FUNC(PyObject *) PyBytes_Format(PyObject *, PyObject *);
PyAPI_FUNC(PyObject *) _PyBytes_FormatLong(PyObject*, int, int,
int, char**, int*);
PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,