mirror of
https://github.com/python/cpython.git
synced 2025-09-02 15:07:53 +00:00
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion).
This commit is contained in:
parent
8cef8a8902
commit
e226b55963
4 changed files with 348 additions and 397 deletions
|
@ -1437,9 +1437,6 @@ PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr(
|
|||
const Py_UNICODE *s, Py_UNICODE c
|
||||
);
|
||||
|
||||
PyObject *_PyUnicode_FormatterIterator(PyObject *str);
|
||||
PyObject *_PyUnicode_FormatterFieldNameSplit(PyObject *field_name);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue