[issue5079] time.ctime docs refer to "time tuple" for default

2009-05-23 Thread Georg Brandl
Georg Brandl added the comment: None will be made. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Py

[issue5079] time.ctime docs refer to "time tuple" for default

2009-01-27 Thread Gabriel Genellina
Gabriel Genellina added the comment: It's already fixed in 2.6, 2.7 and 3.0 I'm unsure of 2.5 status regarding documentation updates. -- assignee: -> georg.brandl components: +Documentation -Library (Lib) nosy: +gagenellina, georg.brandl versions: -Python 3.0

[issue5079] time.ctime docs refer to "time tuple" for default

2009-01-27 Thread Tom Lynn
Changes by Tom Lynn : -- components: +Library (Lib) type: -> feature request versions: +Python 2.5, Python 3.0 ___ Python tracker ___

[issue5079] time.ctime docs refer to "time tuple" for default

2009-01-27 Thread Tom Lynn
New submission from Tom Lynn : 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