Re: No ValueError for large exponents?

2006-09-10 Thread Felipe Almeida Lessa
2006/9/6, Robin Becker <[EMAIL PROTECTED]>: > enigmadude wrote: > > As many have heard, IronPython 1.0 was released. When I was looking > > through the listed differences between CPython and IronPython, the > > document mentioned that using large exponents such as 10 ** > > 735293857239475 will cau

Re: No ValueError for large exponents?

2006-09-10 Thread enigmadude
Georg Brandl wrote: > enigmadude wrote: > > As many have heard, IronPython 1.0 was released. When I was looking > > through the listed differences between CPython and IronPython, the > > document mentioned that using large exponents such as 10 ** > > 735293857239475 will cause CPython to hang, wher

Re: No ValueError for large exponents?

2006-09-07 Thread Georg Brandl
enigmadude wrote: > As many have heard, IronPython 1.0 was released. When I was looking > through the listed differences between CPython and IronPython, the > document mentioned that using large exponents such as 10 ** > 735293857239475 will cause CPython to hang, whereas IronPython will > raise a

Re: No ValueError for large exponents?

2006-09-07 Thread Duncan Booth
Robin Becker <[EMAIL PROTECTED]> wrote: > enigmadude wrote: >> As many have heard, IronPython 1.0 was released. When I was looking >> through the listed differences between CPython and IronPython, the >> document mentioned that using large exponents such as 10 ** >> 735293857239475 will cause CPyt

Re: No ValueError for large exponents?

2006-09-06 Thread Robin Becker
enigmadude wrote: > As many have heard, IronPython 1.0 was released. When I was looking > through the listed differences between CPython and IronPython, the > document mentioned that using large exponents such as 10 ** > 735293857239475 will cause CPython to hang, whereas IronPython will > raise a

No ValueError for large exponents?

2006-09-06 Thread enigmadude
As many have heard, IronPython 1.0 was released. When I was looking through the listed differences between CPython and IronPython, the document mentioned that using large exponents such as 10 ** 735293857239475 will cause CPython to hang, whereas IronPython will raise a ValueError. Trying this on m