![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "long int..." exception reported with strange traceback location
From: Peter Otten <__peter__@web.de>
Date: Mon Jul 04 2005 - 23:56:53 CEST
Terry Reedy wrote:
>>>> os.utime("foo_test_file", (0, float(sys.maxint+1)))
But arg 2 *is* a tuple. So a least the error message is wrong, too.
Peter
|