[Python-checkins] cpython: grammar
benjamin.peterson
python-checkins at python.org
Mon Mar 26 20:50:36 CEST 2012
http://hg.python.org/cpython/rev/64336c441320
changeset: 75954:64336c441320
user: Benjamin Peterson <benjamin at python.org>
date: Mon Mar 26 14:50:32 2012 -0400
summary:
grammar
files:
Objects/unicodeobject.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -1820,7 +1820,7 @@
}
}
-/* Internal function, don't check maximum character */
+/* Internal function, doesn't check maximum character */
static PyObject*
unicode_fromascii(const unsigned char* s, Py_ssize_t size)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list