diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-03 11:45:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-03 11:45:13 (GMT) |
commit | 665174834aadddbec4884d2e2673832b10f1a83c (patch) | |
tree | a07f7c1360fd1fcf08bc93531bd8d0556c3d8666 /Misc/NEWS | |
parent | f9245578c918ee75b2dda0eefb50bd30e41651e7 (diff) | |
download | cpython-665174834aadddbec4884d2e2673832b10f1a83c.zip cpython-665174834aadddbec4884d2e2673832b10f1a83c.tar.gz cpython-665174834aadddbec4884d2e2673832b10f1a83c.tar.bz2 |
Remove PyRange_New().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Build C API ----- +- Removed PyRange_New(). + Tests ----- |