]> granicus.if.org Git - python/commit
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg
authorFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 17:58:55 +0000 (17:58 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Aug 2004 17:58:55 +0000 (17:58 +0000)
commitf901abdd62c9067f993b85392dbb73a560af6325
tree70cedeab8d5d6b1999a7bfcbd1bb0045c9aa0b90
parentd04573fef0346ee9a131e0c63d18ab9fbd12ea63
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg
(closes SF bug #658254, patch #663482)
Doc/lib/libtime.tex
Lib/test/test_time.py
Misc/NEWS
Modules/timemodule.c