[Python-Dev] Error msgs for new-style division (original) (raw)
Thomas Heller theller at python.net
Tue Mar 28 12:57:10 CEST 2006
- Previous message: [Python-Dev] Error msgs for new-style division
- Next message: [Python-Dev] What about PEP 299?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Georg Brandl wrote:
Hi,
(this makes testctypes fail, therefore I noticed) currently with -Qnew:
2/0 Traceback (most recent call last): File "", line 1, in ? ZeroDivisionError: float division 2L/0 Traceback (most recent call last): File "", line 1, in ? ZeroDivisionError: long division or modulo by zero 2/0L Traceback (most recent call last): File "", line 1, in ? ZeroDivisionError: long division or modulo by zero
I'll fix that in the ctypes tests.
Thomas
- Previous message: [Python-Dev] Error msgs for new-style division
- Next message: [Python-Dev] What about PEP 299?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]