[Python-bugs-list] [ python-Bugs-763047 ] test_strptime fails on Linux

SourceForge.net noreply@sourceforge.net
Mon, 30 Jun 2003 05:04:55 -0700


Bugs item #763047, was opened at 2003-06-30 09:33
Message generated for change (Comment added) made by doerwalter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763047&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Dmitry Vasiliev (hdima)
>Assigned to: Brett Cannon (bcannon)
Summary: test_strptime fails on Linux

Initial Comment:
Python 2.3b2+ (#1, Jun 30 2003, 10:50:39)
Linux version 2.4.18-19.7asp

test_strptime
test test_strptime failed -- Traceback (most recent
call last):
  File
"/home/dima/src/other/python/dist/src/Lib/test/test_strptime.py",
line 312, in test_timezone
    "LocaleTime().timezone has duplicate values but "
  File
"/home/dima/src/other/python/dist/src/Lib/unittest.py",
line 268, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: LocaleTime().timezone has duplicate
values but timzone value not set to -1

1 test failed:
    test_strptime


----------------------------------------------------------------------

>Comment By: Walter Dörwald (doerwalter)
Date: 2003-06-30 14:04

Message:
Logged In: YES 
user_id=89016

This might be a duplicate of 763052, which reported to same
error under Windows.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763047&group_id=5470