summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-14 10:08:41 -0400
committerBenjamin Peterson <benjamin@python.org>2013-10-14 10:08:41 -0400
commitc2312c1c26a9c68d4c7dad96eba5b39695adbd3f (patch)
tree9c892a6507a784f5327f896bbe32e78a5d12774d /CHANGES
parent7047a0bfadc534412cc87ba77dc2c1b07e445327 (diff)
downloadsix-c2312c1c26a9c68d4c7dad96eba5b39695adbd3f.tar.gz
import mapping for xmlrpclib (fixes #43)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 73c38a9..6ef6813 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #43: Add import mapping for the Python 2 xmlrpclib module.
+
- Issue #39: Add import mapping for the Python 2 thread module.
- Issue #40: Add import mapping for the Python 2 gdbm module.