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 vstinner
Recipients David.Edelsohn, vstinner
Date 2013-11-24.12:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385297107.43.0.0185408718121.issue19748@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I missed also this one:



======================================================================
FAIL: test_mktime_error (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_time.py", line 365, in test_mktime_error
    self.assertEqual(time.strftime('%Z', tt), tzname)
AssertionError: 'LMT' != 'PST'
- LMT
+ PST
History
Date User Action Args
2013-11-24 12:45:07vstinnersetrecipients: + vstinner, David.Edelsohn
2013-11-24 12:45:07vstinnersetmessageid: <1385297107.43.0.0185408718121.issue19748@psf.upfronthosting.co.za>
2013-11-24 12:45:07vstinnerlinkissue19748 messages
2013-11-24 12:45:07vstinnercreate