summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-13 22:37:55 -0500
committerBenjamin Peterson <benjamin@python.org>2014-03-13 22:37:55 -0500
commit324b371317f66a91094f58046f1a804701c50652 (patch)
treef91e33507ef96e7bbe50c9bd644f5b598deef665 /CHANGES
parent543f9487b9ce2db3ea4cd10cb5894e7e14fc137a (diff)
downloadsix-324b371317f66a91094f58046f1a804701c50652.tar.gz
raise an AttributeError for six.moves.X when X is a module not available in the current interpreter
As discussed in https://github.com/pypa/pip/issues/1643.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 01c1e4a..140cae5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for six
This file lists the changes in each six version.
+1.6.1
+-----
+
+- Raise an AttributeError for six.moves.X when X is a module not available in
+ the current interpreter.
+
1.6.0
-----