[Python-checkins] python/dist/src/Misc NEWS,1.1064,1.1065
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue Aug 3 19:59:12 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7177/Misc
Modified Files:
NEWS
Log Message:
allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg
(closes SF bug #658254, patch #663482)
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1064
retrieving revision 1.1065
diff -C2 -d -r1.1064 -r1.1065
*** NEWS 3 Aug 2004 14:36:32 -0000 1.1064
--- NEWS 3 Aug 2004 17:58:54 -0000 1.1065
***************
*** 73,76 ****
--- 73,81 ----
-------
+ - The following methods in time support passing of None: ctime(), gmtime(),
+ and localtime(). If None is provided, the current time is used (the
+ same as when the argument is omitted).
+ [SF bug 658254, patch 663482]
+
- nntplib does now allow to ignore a .netrc file.
More information about the Python-checkins
mailing list