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 flox
Recipients flox
Date 2011-11-01.14:05:03
SpamBayes Score 0.0010774692
Marked as misclassified No
Message-id <1320156304.27.0.1872899991.issue13309@psf.upfronthosting.co.za>
In-reply-to
Content
After changeset 55a3b563f0db the Gentoo buildbot is complaining.


======================================================================
FAIL: test_strptime (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_time.py", line 159, in test_strptime
    time.strptime(strf_output, format)
ValueError: time data 'LMT' does not match format '%Z'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_time.py", line 162, in test_strptime
    (format, strf_output))
AssertionError: conversion specifier '%Z' failed with 'LMT' input.

----------------------------------------------------------------------
History
Date User Action Args
2011-11-01 14:05:04floxsetrecipients: + flox
2011-11-01 14:05:04floxsetmessageid: <1320156304.27.0.1872899991.issue13309@psf.upfronthosting.co.za>
2011-11-01 14:05:03floxlinkissue13309 messages
2011-11-01 14:05:03floxcreate