[Patches] [ python-Patches-658742 ] use datetime instead of time in xmlrpc

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Dec 2002 10:14:17 -0800


Patches item #658742, was opened at 2002-12-26 13:14
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658742&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: use datetime instead of time in xmlrpc

Initial Comment:
The new datetime module is robust, fast, and has a 
well designed API.  It should generally be used in 
preference to the time module especially since it 
increases the range of allowable dates.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658742&group_id=5470