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 pitrou
Recipients belopolsky, pitrou, rhettinger
Date 2008-05-30.18:38:47
SpamBayes Score 0.072163805
Marked as misclassified No
Message-id <1212172728.52.0.546828263492.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
> Better to just build-out bin() and be done with it.

Ok, someone has to take a decision anyway.

However, if you do that, it should be probably decided first what
happens for hex() and oct(). Do they still disallow floats (which is
semantically reasonable but makes things slightly inconsistent)? Or are
they also changed in order to return the same kind of things as bin()
does (which would probably give awful results)?
History
Date User Action Args
2008-05-30 18:38:48pitrousetspambayes_score: 0.0721638 -> 0.072163805
recipients: + pitrou, rhettinger, belopolsky
2008-05-30 18:38:48pitrousetspambayes_score: 0.0721638 -> 0.0721638
messageid: <1212172728.52.0.546828263492.issue3008@psf.upfronthosting.co.za>
2008-05-30 18:38:47pitroulinkissue3008 messages
2008-05-30 18:38:47pitroucreate