]> granicus.if.org Git - python/commitdiff
kill this terribly outdated comment
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 Mar 2012 02:40:54 +0000 (22:40 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 Mar 2012 02:40:54 +0000 (22:40 -0400)
Objects/unicodeobject.c

index b70666106d274fc475aa2eacd013942d7220f293..a5ffc56260a8d795c44df1d9f04641f863d2d34f 100644 (file)
@@ -9208,10 +9208,6 @@ unicode_getnewargs(PyUnicodeObject *v)
 }
 
 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__},
     {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},
     {"split", (PyCFunction) unicode_split, METH_VARARGS, split__doc__},