commit | edc601855d3ed2494164d48dd12d2d222d23113f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 23 14:19:58 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 23 14:19:58 2012 +0200 |
tree | bb7b48f51ae87a921de3550dbf9b3efa6b719bbb | |
parent | 766a16efe7bf5d3c72bd4276aeda1fca8d6a7cd2 [diff] [blame] |
Remove outdated statement
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index e453fdd..80ac7f1 100644 --- 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 *