]> 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 4fb1aeda356d1b897a66d3a2d98528cc75ceaaad..0ee61c96b3899f964234bcc0aa023d68f9ca88b9 100644 (file)
@@ -7795,10 +7795,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__},