[Python-checkins] cpython: Remove outdated statement

antoine.pitrou python-checkins at python.org
Sat Jun 23 14:25:16 CEST 2012


http://hg.python.org/cpython/rev/837d51ba1aa2
changeset:   77627:837d51ba1aa2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Jun 23 14:19:58 2012 +0200
summary:
  Remove outdated statement

files:
  Python/bltinmodule.c |  8 +-------
  1 files changed, 1 insertions(+), 7 deletions(-)


diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -1490,13 +1490,7 @@
 "ord(c) -> integer\n\
 \n\
 Return the integer ordinal of a one-character string."
-)
-#ifndef Py_UNICODE_WIDE
-PyDoc_STR(
-"\nA valid surrogate pair is also accepted."
-)
-#endif
-;
+);
 
 
 static PyObject *

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list