Commit a8755c58 authored by Benjamin Peterson's avatar Benjamin Peterson

kill this terribly outdated comment

parent ee64b28c
...@@ -9208,10 +9208,6 @@ unicode_getnewargs(PyUnicodeObject *v) ...@@ -9208,10 +9208,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__},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment