Add better datetime support to xmlrpclib module. Closes patch #1120353.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d70fce..b27b169 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.