summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-13 22:06:32 -0500
committerBenjamin Peterson <benjamin@python.org>2014-03-13 22:06:32 -0500
commit0025775659a9ec6c52ef460c6fff0d6f37a052ff (patch)
tree470c13accf3ab7182db747b9a4130196ffc4681a /CHANGES
parent9ed4680ff64c1bb9d8bb04c28cf07d5e80dc6855 (diff)
downloadsix-0025775659a9ec6c52ef460c6fff0d6f37a052ff.tar.gz
just pretend attributes of unimportable lazy modules don't exist
Suggested by Diana Clarke.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f9d3530..3dae7cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Raise an AttributeError for every attribute of unimportable modules.
+
- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
have a __path__ unless they are loaded.