[Patches] [ python-Patches-658742 ] use datetime instead of time in xmlrpc
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 26 Dec 2002 10:21:24 -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: Closed
>Resolution: Rejected
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.
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2002-12-26 13:21
Message:
Logged In: YES
user_id=80475
Good point.
Withdrawn.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2002-12-26 13:18
Message:
Logged In: YES
user_id=33168
xmlrpc should remain backwards compatible with Python 1.5.2
according to PEP 291.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658742&group_id=5470