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 pitrou, rhettinger
Date 2008-05-30.10:33:09
SpamBayes Score 0.024929652
Marked as misclassified No
Message-id <1212143597.04.0.0109031388329.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure about the educational value of letting obscure bugs
creeping in when someone passes a float where an int is expected :-)
Your vis() function looks appropriate for the task of educating people,
why should its behaviour be folded into bin()?
History
Date User Action Args
2008-05-30 10:33:18pitrousetspambayes_score: 0.0249297 -> 0.024929652
recipients: + pitrou, rhettinger
2008-05-30 10:33:17pitrousetspambayes_score: 0.0249297 -> 0.0249297
messageid: <1212143597.04.0.0109031388329.issue3008@psf.upfronthosting.co.za>
2008-05-30 10:33:15pitroulinkissue3008 messages
2008-05-30 10:33:14pitroucreate