[New-bugs-announce] [issue4234] bin missing from documentation

Glenn Linderman report at bugs.python.org
Thu Oct 30 01:17:49 CET 2008


New submission from Glenn Linderman <v+python at g.nevcal.com>:

Py3.0 has

bin(x)
Convert an integer number to a binary string. The result is a valid
Python expression. If x is not a Python int object, it has to define an
__index__() method that returns an integer. 

Py2.6 doesn't document builtin bin.

----------
assignee: georg.brandl
components: Documentation
messages: 75340
nosy: georg.brandl, v+python
severity: normal
status: open
title: bin missing from documentation
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4234>
_______________________________________


More information about the New-bugs-announce mailing list