]> granicus.if.org Git - python/commitdiff
Remove outdated statement
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 12:19:58 +0000 (14:19 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 12:19:58 +0000 (14:19 +0200)
Python/bltinmodule.c

index e453fdd665303446a7bfac66275c290ce49dc50b..80ac7f1293634bb406766d3d057cc5566e5bd943 100644 (file)
@@ -1490,13 +1490,7 @@ PyDoc_VAR(ord_doc) = PyDoc_STR(
 "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 *