summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-11-18 09:41:45 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-11-18 09:41:45 (GMT)
commit39e92ead4b6d2526e1a52518e8faad424dbe95ea (patch)
treee54b9a81abac40137ce37012513c13e56476b656 /Misc
parenta2325f67a12f716b622ea53c605b868bcaa039ba (diff)
downloadcpython-39e92ead4b6d2526e1a52518e8faad424dbe95ea.zip
cpython-39e92ead4b6d2526e1a52518e8faad424dbe95ea.tar.gz
cpython-39e92ead4b6d2526e1a52518e8faad424dbe95ea.tar.bz2
Mark PyRange_New() as deprecated.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b55da3e..a9e4ecb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,7 +55,8 @@ Build
C API
-----
-...
+- The PyRange_New() function is deprecated.
+
Documentation
-------------