summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-03 11:45:13 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-03 11:45:13 (GMT)
commit665174834aadddbec4884d2e2673832b10f1a83c (patch)
treea07f7c1360fd1fcf08bc93531bd8d0556c3d8666 /Misc
parentf9245578c918ee75b2dda0eefb50bd30e41651e7 (diff)
downloadcpython-665174834aadddbec4884d2e2673832b10f1a83c.zip
cpython-665174834aadddbec4884d2e2673832b10f1a83c.tar.gz
cpython-665174834aadddbec4884d2e2673832b10f1a83c.tar.bz2
Remove PyRange_New().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a1dfa45..32da2f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Build
C API
-----
+- Removed PyRange_New().
+
Tests
-----