summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-02 09:10:08 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-02 09:10:08 -0400
commitbc9c0f3eb87c12ab03c0cdb47431f9ccb582c438 (patch)
treeec2f4032d0aaff515b34bd8c916881dbc6c0b994 /CHANGES
parentbfefcb500d87b3d5d2ecff75aa5999bcb7000175 (diff)
downloadsix-bc9c0f3eb87c12ab03c0cdb47431f9ccb582c438.tar.gz
always use six's fully qualified module name when dumping things in sys.modules (fixes #32)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e28b95c..0701148 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@ Changelog for Six
This file lists the changes in each six version.
+1.4.1
+-----
+
+- Issue #32: urllib module wrappings don't work when six is not a toplevel file.
+
1.4.0
-----