Message 67549 - Python tracker

Message67549

Author belopolsky
Recipients belopolsky, pitrou, rhettinger
Date 2008-05-30.19:11:00
SpamBayes Score 0.050147414
Marked as misclassified No
Message-id <d38f5330805301210r14e1f6dr541a70c162f1a291@mail.gmail.com>
In-reply-to <1212172326.86.0.781573181822.issue3008@psf.upfronthosting.co.za>
Content
On Fri, May 30, 2008 at 2:32 PM, Antoine Pitrou <report@bugs.python.org> wrote:

> then why not make it a method of float?

.. because you rarely want to make your functions accept 1.0, but
reject 1 and using f.bin() in your function will give it this
property.
History
Date User Action Args
2008-05-30 19:11:01belopolskysetspambayes_score: 0.0501474 -> 0.050147414
recipients: + belopolsky, rhettinger, pitrou
2008-05-30 19:11:00belopolskylinkissue3008 messages
2008-05-30 19:11:00belopolskycreate