diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-07-01 01:45:12 +0000 | 
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-07-01 01:45:12 +0000 | 
| commit | 16f76515629e84bfc3530709a481c5d87122064e (patch) | |
| tree | 581f7dbc962ed560014e88f2a8441c076f3f6dbe | |
| parent | c8c0d78d09cfeda229faaf74e7d13c01033c034d (diff) | |
| download | cpython-git-16f76515629e84bfc3530709a481c5d87122064e.tar.gz | |
remove comment about PyNumber_Int
| -rw-r--r-- | Include/abstract.h | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/Include/abstract.h b/Include/abstract.h index 017a841abb..6d40ef74af 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);         /* | 
