[Zope-Coders] Linux Test Results - Zope HEAD - failures:1

Guido van Rossum guido@python.org
Sun, 27 Oct 2002 21:11:21 -0500


> Date: Sun, 27 Oct 2002 03:03:47 +0000
[...]
> Python Version:2.2.1 (#1, Aug  7 2002, 09:54:14) 
> [GCC 2.95.2 20000220 (Debian GNU/Linux)]
> 
> Modules included:
> Zope (HEAD)
> 
> ======================================================================
> FAIL: rfc822 conversion
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "testDateTime.py", line 263, in testRFC822
>   File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: 'Thu, 02 May 2002 08:00:00 +0100' != 'Thu, 02 May 2002 08:00:00 +0000'

Beware!  This was probably caused by the DST switch last night.  A
rare bug indeed.  Someone familiar with the code should investigate.

--Guido van Rossum (home page: http://www.python.org/~guido/)