summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-04-18 20:35:46 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-04-18 20:35:46 (GMT)
commitb131f0468f9ecdddcbf1a932cdffc275c81d676a (patch)
tree0d76c81f1be2fc4686e0c8534192dddc7f47b7a2 /Misc
parent08923177b43dd31983447dfe7f25a736e946ed68 (diff)
downloadcpython-b131f0468f9ecdddcbf1a932cdffc275c81d676a.zip
cpython-b131f0468f9ecdddcbf1a932cdffc275c81d676a.tar.gz
cpython-b131f0468f9ecdddcbf1a932cdffc275c81d676a.tar.bz2
resolve issue 2014
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6cc3678..511608f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Extensions Modules
Library
-------
+- Issue #2014: Allow XML-RPC datetime objects to have dates before
+ 1900-01-01.
+
- Issue #2439: Added new function pkgutil.get_data(), which is a
convenience wrapper for the PEP 302 get_data() API.