From ef1e74d29a08256ff3a2e39063677934fc1072ed Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 4 Jan 2014 17:52:37 -0600 Subject: changelog for import fixes --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1