New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
See http://docs.python.org/dev/py3k/c-api/number.html#PyNumber_Int I also noticed some left-over references to intobject in the comments in the py3k tree: Include/longobject.h:61:/* For use by intobject.c only */ Modules/xxmodule.c:13: intobject.h for an example. */ Objects/floatobject.c:24:/* Special free list -- see comments for same code in intobject.c. */ Objects/frameobject.c:394: integers are allocated in a special way -- see intobject.c). When PCbuild/pythoncore.vcproj:758: RelativePath="..\Include\intobject.h" ---------- assignee: d...@python components: Documentation messages: 108766 nosy: belopolsky, d...@python, mark.dickinson priority: normal severity: normal stage: needs patch status: open title: PyNumber_Int is still mentioned in number protocol docs type: feature request versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9089> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com