New submission from Glenn Linderman <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue4234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com