mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
kill this terribly outdated comment
This commit is contained in:
parent
99c1f594b3
commit
e8ecc73844
1 changed files with 0 additions and 4 deletions
|
@ -7795,10 +7795,6 @@ unicode_getnewargs(PyUnicodeObject *v)
|
||||||
|
|
||||||
|
|
||||||
static PyMethodDef unicode_methods[] = {
|
static PyMethodDef unicode_methods[] = {
|
||||||
|
|
||||||
/* Order is according to common usage: often used methods should
|
|
||||||
appear first, since lookup is done sequentially. */
|
|
||||||
|
|
||||||
{"encode", (PyCFunction) unicode_encode, METH_VARARGS | METH_KEYWORDS, encode__doc__},
|
{"encode", (PyCFunction) unicode_encode, METH_VARARGS | METH_KEYWORDS, encode__doc__},
|
||||||
{"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},
|
{"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},
|
||||||
{"split", (PyCFunction) unicode_split, METH_VARARGS, split__doc__},
|
{"split", (PyCFunction) unicode_split, METH_VARARGS, split__doc__},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue