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 tlynn
Recipients tlynn
Date 2009-01-27.11:09:35
SpamBayes Score 0.0015081174
Marked as misclassified No
Message-id <1233054577.95.0.996547748761.issue5079@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for time.ctime() (quoted below) seem to have been copied from 
time.asctime(). They refer to a time tuple and localtime(), where they 
should refer to seconds and time().

Current docs::

    ctime(seconds) -> string
    
    Convert a time in seconds since the Epoch to a string in local time.
    This is equivalent to asctime(localtime(seconds)). When the time 
    tuple is not present, current time as returned by localtime() is 
    used.
History
Date User Action Args
2009-01-27 11:09:38tlynnsetrecipients: + tlynn
2009-01-27 11:09:37tlynnsetmessageid: <1233054577.95.0.996547748761.issue5079@psf.upfronthosting.co.za>
2009-01-27 11:09:36tlynnlinkissue5079 messages
2009-01-27 11:09:35tlynncreate