Add item
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 3 Dec 2004 15:16:40 +0000 (15:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 3 Dec 2004 15:16:40 +0000 (15:16 +0000)
Doc/whatsnew/whatsnew25.tex

index c26be0a7d600133e91cfbce41f4f3ba85c48202b..b4a41bff20917ca836d40aca0883df8c86428191 100644 (file)
@@ -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}