diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-12-03 15:16:40 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-12-03 15:16:40 (GMT) |
commit | 2238fc6b677297e3c6370fa3ef728256a34f40ce (patch) | |
tree | 9d85088aec805780a724d28578ec04d4b45640f4 /Doc | |
parent | 07b28b920e749122ab9eea721edb4d43801434c3 (diff) | |
download | cpython-2238fc6b677297e3c6370fa3ef728256a34f40ce.zip cpython-2238fc6b677297e3c6370fa3ef728256a34f40ce.tar.gz cpython-2238fc6b677297e3c6370fa3ef728256a34f40ce.tar.bz2 |
Add item
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index c26be0a..b4a41bf 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} |