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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc601855d3ed2494164d48dd12d2d222d23113f;p=python Remove outdated statement --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index e453fdd665..80ac7f1293 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 *