[Python-checkins] python/dist/src/Misc NEWS,1.1290,1.1291

montanaro@users.sourceforge.net montanaro at users.sourceforge.net
Sat May 14 22:54:18 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Add better datetime support to xmlrpclib module.  Closes patch #1120353.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1290
retrieving revision 1.1291
diff -u -d -r1.1290 -r1.1291
--- NEWS	26 Apr 2005 03:45:26 -0000	1.1290
+++ NEWS	14 May 2005 20:54:13 -0000	1.1291
@@ -123,6 +123,11 @@
 Library
 -------
 
+- Patch #1120353: The xmlrpclib module provides better, more transparent,
+  support for datetime.{datetime,date,time} objects.  With use_datetime set
+  to True, applications shouldn't have to fiddle with the DateTime wrapper
+  class at all.
+
 - distutils.commands.upload was added to support uploading distribution
   files to PyPI.
 



More information about the Python-checkins mailing list