From: Andrew M. Kuchling Date: Fri, 3 Dec 2004 15:16:40 +0000 (+0000) Subject: Add item X-Git-Tag: v2.5a0~2307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2238fc6b677297e3c6370fa3ef728256a34f40ce;p=thirdparty%2FPython%2Fcpython.git Add item --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index c26be0a7d600..b4a41bff2091 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -100,7 +100,8 @@ Changes to Python's build process and to the C API include: \begin{itemize} -\item Detailed changes are listed here. +\item The \cfunction{PyRange_New()} function was removed. It was never documented, +never used in the core code, and had dangerously lax error checking. \end{itemize}