Georg Brandl wrote:
> Hi,
> 
> (this makes test_ctypes fail, therefore I noticed)
> 
> currently with -Qnew:
> 
>>>> 2/0
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ZeroDivisionError: float division
>>>> 2L/0
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ZeroDivisionError: long division or modulo by zero
>>>> 2/0L
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ZeroDivisionError: long division or modulo by zero
> 

I'll fix that in the ctypes tests.

Thomas

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to