[Python-checkins] python/dist/src/Misc ACKS, 1.291, 1.292 NEWS, 1.1223, 1.1224

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Jan 13 05:12:33 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27707/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Add strptime() constructor to datetime class.  Thanks to Josh Spoerri for
the changes.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- ACKS	3 Dec 2004 08:33:32 -0000	1.291
+++ ACKS	13 Jan 2005 04:12:27 -0000	1.292
@@ -548,6 +548,7 @@
 Paul Sokolovsky
 Clay Spence
 Per Spilling
+Joshua Spoerri
 Noah Spurrier
 Oliver Steele
 Greg Stein

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1223
retrieving revision 1.1224
diff -u -d -r1.1223 -r1.1224
--- NEWS	12 Jan 2005 11:17:16 -0000	1.1223
+++ NEWS	13 Jan 2005 04:12:28 -0000	1.1224
@@ -31,6 +31,8 @@
   This allows islice() to work more readily with slices:
       islice(s.start, s.stop, s.step)
 
+- datetime.datetime() now has a strptime class method which can be used to
+  create datetime object using a string and format.
 
 Library
 -------



More information about the Python-checkins mailing list