summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-05-14 20:54:16 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-05-14 20:54:16 (GMT)
commit174dd2219de2e9ff312d6541089d9d9b7ff785d6 (patch)
tree8d54647cd17babcf3928349fd1b047a44ceeb0d8 /Misc
parent186e739d2996270c6a30d76e94193921fccfc2f5 (diff)
downloadcpython-174dd2219de2e9ff312d6541089d9d9b7ff785d6.zip
cpython-174dd2219de2e9ff312d6541089d9d9b7ff785d6.tar.gz
cpython-174dd2219de2e9ff312d6541089d9d9b7ff785d6.tar.bz2
Add better datetime support to xmlrpclib module. Closes patch #1120353.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d70fce..b27b169 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,11 @@ Extension Modules
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.