This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author v+python
Recipients georg.brandl, v+python
Date 2008-10-30.00:17:48
SpamBayes Score 5.3539884e-07
Marked as misclassified No
Message-id <1225325869.41.0.586364126902.issue4234@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-30 00:17:49v+pythonsetrecipients: + v+python, georg.brandl
2008-10-30 00:17:49v+pythonsetmessageid: <1225325869.41.0.586364126902.issue4234@psf.upfronthosting.co.za>
2008-10-30 00:17:48v+pythonlinkissue4234 messages
2008-10-30 00:17:48v+pythoncreate