summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-04 17:52:37 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-04 17:52:37 -0600
commitef1e74d29a08256ff3a2e39063677934fc1072ed (patch)
tree8f2cec14b913eac954f6c39e70058467cd4ab09e
parentb1d89228858ca42e199a4948dc143ea2dd9ea942 (diff)
downloadsix-ef1e74d29a08256ff3a2e39063677934fc1072ed.tar.gz
changelog for import fixes
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index de20c4c..ce21062 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@ This file lists the changes in each six version.
Development version
-------------------
+- Fix various import problems including issues #19 and #41. six.moves modules
+ are now lazy wrappers over the underlying modules instead of the actual
+ modules themselves.
+
- Issue #49: Add six.moves mapping for tkinter.ttk.
- Pull request #24: Add __dir__ special method to six.moves modules.