From: Antoine Pitrou Date: Sat, 23 Jun 2012 12:19:58 +0000 (+0200) Subject: Remove outdated statement X-Git-Tag: v3.3.0b1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edc601855d3ed2494164d48dd12d2d222d23113f;p=thirdparty%2FPython%2Fcpython.git Remove outdated statement --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index e453fdd66530..80ac7f129363 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 *