[Python-checkins] cpython (3.2): kill this terribly outdated comment
benjamin.peterson
python-checkins at python.org
Mon Mar 26 04:42:02 CEST 2012
http://hg.python.org/cpython/rev/59f0cb9b8fd7
changeset: 75940:59f0cb9b8fd7
branch: 3.2
parent: 75904:54055646fd1f
user: Benjamin Peterson <benjamin at python.org>
date: Sun Mar 25 22:40:54 2012 -0400
summary:
kill this terribly outdated comment
files:
Objects/unicodeobject.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -9208,10 +9208,6 @@
}
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__},
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list