[Python-bugs-list] [ python-Bugs-538369 ] time.mktime() doesn't raise exception

noreply@sourceforge.net noreply@sourceforge.net
Tue, 02 Apr 2002 10:36:02 -0800


Bugs item #538369, was opened at 2002-04-02 18:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=538369&group_id=5470

Category: Python Library
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: Mike Carifio (carifio)
Assigned to: Nobody/Anonymous (nobody)
Summary: time.mktime() doesn't raise exception

Initial Comment:
RH 6.2/alpha, egcs-2.91 , python 2.2.1c2:

import time
time.mktime((999999,)*9)

should raise and exception. It doesn't.
This is similar to bug 460357, where this
occurs on Sparc64.


----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2002-04-02 18:36

Message:
Logged In: YES 
user_id=6656

Why should it?  Isn't this just a bug in the test?  (Not 
rhetorical questions!)


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=538369&group_id=5470