[Python-Dev] Python 2.3 release schedule update
Phillip J. Eby
pje@telecommunity.com
Thu, 10 Jul 2003 15:53:21 -0400
At 10:28 AM 7/10/03 -0400, Barry Warsaw wrote:
>On Wed, 2003-07-09 at 18:54, Brett C. wrote:
>
> > * The time.tzset patch I still need an all-clear from someone that it is
> > okay to apply.
>
>I applied this patch, autoreconf'd and rebuilt from scratch on RH9.
>Everything seemed to work just fine. If that makes you feel confident
>enough to apply the patch for rc1, then go ahead. I don't have RH6.2
>around to test on that so I don't know if it fixes the actual problem
>observed in the report.
No joy:
test test_time failed -- Traceback (most recent call last):
File "/home/admin/PythonCVS/dist/src/Lib/test/test_time.py", line 107,
in test_tzset
self.failUnless(time.tzname[1] == 'AEDT', str(time.tzname[1]))
File "/home/admin/PythonCVS/dist/src/Lib/unittest.py", line 268, in
failUnless
if not expr: raise self.failureException, msg
AssertionError: AEST
This was on a clean HEAD checkout, applying the patch (762934), run
'autoreconf' in dist/src, followed by './configure --with-pydebug' and
'make test'.