[New-bugs-announce] [issue9089] PyNumber_Int is still mentioned in number protocol docs

Alexander Belopolsky report at bugs.python.org
Sun Jun 27 02:53:48 CEST 2010


New submission from Alexander Belopolsky <belopolsky at 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: docs at python
components: Documentation
messages: 108766
nosy: belopolsky, docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9089>
_______________________________________


More information about the New-bugs-announce mailing list