This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients r.david.murray, skrah
Date 2012-06-24.19:43:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340567037.81.0.496566862614.issue15165@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting this failure in test_email (Windows 64-bit build):

======================================================================                                               
ERROR: test_localtime_epoch_notz_daylight_false (test_utils.LocaltimeTests)                                          
----------------------------------------------------------------------                                               
Traceback (most recent call last):                                                                                   
  File "C:\Users\stefan\pydev\cpython\lib\test\test_email\test_utils.py", line 112, in test_localtime_epoch_notz_dayl
ight_false                                                                                                           
    t1 = utils.localtime(t0)                                                                                         
  File "C:\Users\stefan\pydev\cpython\lib\email\utils.py", line 397, in localtime                                    
    seconds = time.mktime(tm)                                                                                        
OverflowError: mktime argument out of range                                                                          
                                                                                                                     
======================================================================                                               
ERROR: test_localtime_epoch_notz_daylight_true (test_utils.LocaltimeTests)                                           
----------------------------------------------------------------------                                               
Traceback (most recent call last):                                                                                   
  File "C:\Users\stefan\pydev\cpython\lib\test\test_email\test_utils.py", line 105, in test_localtime_epoch_notz_dayl
ight_true                                                                                                            
    t1 = utils.localtime(t0)                                                                                         
  File "C:\Users\stefan\pydev\cpython\lib\email\utils.py", line 397, in localtime                                    
    seconds = time.mktime(tm)                                                                                        
OverflowError: mktime argument out of range
History
Date User Action Args
2012-06-24 19:43:57skrahsetrecipients: + skrah, r.david.murray
2012-06-24 19:43:57skrahsetmessageid: <1340567037.81.0.496566862614.issue15165@psf.upfronthosting.co.za>
2012-06-24 19:43:57skrahlinkissue15165 messages
2012-06-24 19:43:56skrahcreate