From edc601855d3ed2494164d48dd12d2d222d23113f Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 23 Jun 2012 14:19:58 +0200 Subject: [PATCH] Remove outdated statement --- Python/bltinmodule.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 * -- 2.40.0