summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-06 09:54:13 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-06 09:54:13 -0600
commit50cccc727a182aa1eeda55a5c075c9452062d3a6 (patch)
tree7437dbc1dbc9074514fcb341b81aab3398c166d1 /CHANGES
parent9b05735a78c6fee4116c243800af2e33a6d9cd7f (diff)
downloadsix-50cccc727a182aa1eeda55a5c075c9452062d3a6.tar.gz
make six.moves modules appear not to have __name__ unless they are loaded (fixes #53)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8e3a17..dfd2d7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@ Changelog for Six
This file lists the changes in each six version.
+1.5.2
+-----
+
+- Issue #53: Make the fake modules six.moves puts into sys.modules appear not to
+ have a __name__ unless they are loaded.
+
1.5.1
-----