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 cblp
Recipients cblp, gregory.p.smith, loewis, pitrou, vinay.sajip
Date 2012-05-23.13:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337781567.6.0.213202875139.issue14855@psf.upfronthosting.co.za>
In-reply-to
Content
test_logging is not broken, but just fails.

test test_logging failed -- Traceback (most recent call last):
  File "/home/cblp/my/cpython_default/Lib/test/test_logging.py", line 2903, in test_time
    self.assertEqual(f.formatTime(r), '1993-04-21 08:03:00,123')
AssertionError: '1993-04-21 09:03:00,123' != '1993-04-21 08:03:00,123'
- 1993-04-21 09:03:00,123
?             ^
+ 1993-04-21 08:03:00,123
?             ^

Or should it go to the separate ticket?
History
Date User Action Args
2012-05-23 13:59:27cblpsetrecipients: + cblp, loewis, gregory.p.smith, vinay.sajip, pitrou
2012-05-23 13:59:27cblpsetmessageid: <1337781567.6.0.213202875139.issue14855@psf.upfronthosting.co.za>
2012-05-23 13:59:27cblplinkissue14855 messages
2012-05-23 13:59:26cblpcreate