summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-01 01:45:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-07-01 01:45:12 (GMT)
commit16f76515629e84bfc3530709a481c5d87122064e (patch)
tree581f7dbc962ed560014e88f2a8441c076f3f6dbe /Include/abstract.h
parentc8c0d78d09cfeda229faaf74e7d13c01033c034d (diff)
downloadcpython-16f76515629e84bfc3530709a481c5d87122064e.zip
cpython-16f76515629e84bfc3530709a481c5d87122064e.tar.gz
cpython-16f76515629e84bfc3530709a481c5d87122064e.tar.bz2
remove comment about PyNumber_Int
Diffstat (limited to 'Include/abstract.h')
-rw-r--r--Include/abstract.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 017a841..6d40ef7 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -777,12 +777,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
is cleared and the value is clipped.
*/
- /*
- PyNumber_Int used to be found here. It's now in Include/intobject.h,
- where it is defined to be an alias for PyNumber_Long. New code
- should use PyNumber_Long instead.
- */
-
PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/*