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 belopolsky, flox, python-dev, vstinner
Date 2011-12-12.01:06:46
SpamBayes Score 0.00068054465
Marked as misclassified No
Message-id <1323652007.52.0.541145527465.issue11886@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it's still not ok:



======================================================================
FAIL: test_tzset (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_time.py", line 264, in test_tzset
    self.assertEqual(time.timezone, -36000)
AssertionError: 18000 != -36000
History
Date User Action Args
2011-12-12 01:06:47vstinnersetrecipients: + vstinner, belopolsky, flox, python-dev
2011-12-12 01:06:47vstinnersetmessageid: <1323652007.52.0.541145527465.issue11886@psf.upfronthosting.co.za>
2011-12-12 01:06:46vstinnerlinkissue11886 messages
2011-12-12 01:06:46vstinnercreate