diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-23 12:19:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-23 12:19:58 (GMT) |
commit | edc601855d3ed2494164d48dd12d2d222d23113f (patch) | |
tree | bb7b48f51ae87a921de3550dbf9b3efa6b719bbb /Python | |
parent | 766a16efe7bf5d3c72bd4276aeda1fca8d6a7cd2 (diff) | |
download | cpython-edc601855d3ed2494164d48dd12d2d222d23113f.zip cpython-edc601855d3ed2494164d48dd12d2d222d23113f.tar.gz cpython-edc601855d3ed2494164d48dd12d2d222d23113f.tar.bz2 |
Remove outdated statement
Diffstat (limited to 'Python')
-rw-r--r-- | Python/bltinmodule.c | 8 |
1 files changed, 1 insertions, 7 deletions
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 @@ 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 * |