[Python-Dev] ANN: Experimental Number Types (Integer, Rational, Floats)
jcm
grumble at usa.net
Thu Apr 19 17:20:21 EDT 2001
Michael Hudson <mwh21 at cam.ac.uk> wrote:
> Before I d/l and take a look...
> "M.-A. Lemburg" <mal at lemburg.com> writes:
>> (e.g. Integer(2) + "3" works as one would expect ;-).
> So it raises an exception? Seriously, that's what *I'd* expect, and
> if it's not what your package does, I beg you to reconsider.
Exception? Nah. It yields 5. Or 23. Or something.
More information about the Python-list
mailing list