[Python-bugs-list] [ python-Bugs-533234 ] README Warns of strftime, Add calendar.

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Mar 2002 10:33:28 -0800


Bugs item #533234, was opened at 2002-03-21 18:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=533234&group_id=5470

Category: Documentation
Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: Ralph Corderoy (ralph)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: README Warns of strftime, Add calendar.

Initial Comment:
README says

    On some Linux systems (those that are not yet
    using glibc 6), test_strftime fails due to a
    non-standard implementation of strftime() in the C
    library. Please ignore this, or upgrade to glibc
    version 6.

I find test_calendar fails.  As this is before
test_strftime I didn't find the above message for a
while.  I'd guess test_calendar is failing because of
the strftime problem.  Can README be updated to
suggest test_calendar may fail as well for the same
reason.

    % uname -a
    Linux anon 2.0.36 #1 Tue Dec 29 13:11:13 EST 1998 
        i586 unknown
    % ldd /usr/local/src/Python-2.2.1c1/python
        libdl.so.2 => /lib/libdl.so.2
        libpthread.so.0 => /lib/libpthread.so.0
        libutil.so.1 => /lib/libutil.so.1
        libm.so.6 => /lib/libm.so.6 
        libc.so.6 => /lib/libc.so.6
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2
    % rpm -qf /lib/libc.so.6
    glibc-2.0.7-29


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

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