[Python-checkins] r73735 - python/branches/py3k/Include/abstract.h

benjamin.peterson python-checkins at python.org
Wed Jul 1 03:45:12 CEST 2009


Author: benjamin.peterson
Date: Wed Jul  1 03:45:12 2009
New Revision: 73735

Log:
remove comment about PyNumber_Int

Modified:
   python/branches/py3k/Include/abstract.h

Modified: python/branches/py3k/Include/abstract.h
==============================================================================
--- python/branches/py3k/Include/abstract.h	(original)
+++ python/branches/py3k/Include/abstract.h	Wed Jul  1 03:45:12 2009
@@ -777,12 +777,6 @@
         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);
 
        /*


More information about the Python-checkins mailing list