
Nov. 8, 2012
7:08 p.m.
In the 2.x (and 3.0) version of the python documentation, the arguments for datetime.time are listed as follows: datetime.time(hour[, minute[, second[, microsecond[, tzinfo]]]]) While the builtin python help() function says this: time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) The online documentation seems to suggest that "hour" is a required argument, which isn't the case.
4486
Age (days ago)
4514
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Svetlov
-
Sean Munkel