From: Benjamin Peterson Date: Mon, 26 Mar 2012 02:40:54 +0000 (-0400) Subject: kill this terribly outdated comment X-Git-Tag: v3.3.0a2~51^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8755c586e6484093d59d6bd5adfffe4c0a5c2aa;p=thirdparty%2FPython%2Fcpython.git kill this terribly outdated comment --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index b70666106d27..a5ffc56260a8 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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__},