From: Raymond Hettinger Date: Thu, 18 Nov 2004 09:41:45 +0000 (+0000) Subject: Mark PyRange_New() as deprecated. X-Git-Tag: v2.4c1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39e92ead4b6d2526e1a52518e8faad424dbe95ea;p=thirdparty%2FPython%2Fcpython.git Mark PyRange_New() as deprecated. --- diff --git a/Misc/NEWS b/Misc/NEWS index b55da3ef4bd1..a9e4ecb91336 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -55,7 +55,8 @@ Build C API ----- -... +- The PyRange_New() function is deprecated. + Documentation -------------