From e8ecc73844f1764d2c3804f076453c4c97064383 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 25 Mar 2012 22:40:54 -0400 Subject: [PATCH] kill this terribly outdated comment --- Objects/unicodeobject.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 4fb1aeda35..0ee61c96b3 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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__}, -- 2.50.1