summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-08-13 08:54:55 (GMT)
committerGeorg Brandl <georg@python.org>2009-08-13 08:54:55 (GMT)
commit514c368c1f824c8a9c0740d33de53e48fa5bdcce (patch)
tree4f3ee3047c013223929a603177730716b9af49d9 /Include
parent805af7fc9397a3f544c397cf666cdcfdb4a4ad1d (diff)
downloadcpython-514c368c1f824c8a9c0740d33de53e48fa5bdcce.zip
cpython-514c368c1f824c8a9c0740d33de53e48fa5bdcce.tar.gz
cpython-514c368c1f824c8a9c0740d33de53e48fa5bdcce.tar.bz2
Merged revisions 73735-73736 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r73735 | benjamin.peterson | 2009-07-01 03:45:12 +0200 (Mi, 01 Jul 2009) | 1 line remove comment about PyNumber_Int ........ r73736 | hirokazu.yamamoto | 2009-07-01 04:24:13 +0200 (Mi, 01 Jul 2009) | 1 line Added svn:ignore. ........
Diffstat (limited to 'Include')
-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);
/*