]> granicus.if.org Git - python/commitdiff
Merged revisions 73735-73736 via svnmerge from
authorGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 08:54:55 +0000 (08:54 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 13 Aug 2009 08:54:55 +0000 (08:54 +0000)
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.
........

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);
 
        /*