]> granicus.if.org Git - python/commitdiff
remove comment about PyNumber_Int
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 01:45:12 +0000 (01:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Jul 2009 01:45:12 +0000 (01:45 +0000)
Include/abstract.h

index 017a841abb5f00dadc1a3212d87c40eaf10344f7..6d40ef74af38a90ad0b114198937ba90495e4401 100644 (file)
@@ -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);
 
        /*