summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-06 16:34:15 -0400
committerBenjamin Peterson <benjamin@python.org>2013-10-06 16:34:15 -0400
commitfa8d1eebd7938b2614e798815a17e2374636feaa (patch)
tree4b3b715a03b079647e4b764d2d5337fbf63fd7f9 /CHANGES
parentbeaabc5c598ac1690ec26e367f50d0e8cb0a4bb2 (diff)
downloadsix-fa8d1eebd7938b2614e798815a17e2374636feaa.tar.gz
add mapping for gdbm (fixes #40)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78dc08f..aef0fcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #40: Add import mapping for the Python 2 gdbm module.
+
- Issue #35: On Python versions less than 2.7, print_ now encodes unicode
strings when outputing to standard streams. (Python 2.7 handles this
automatically.)