summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-15 13:29:39 -0500
committerBenjamin Peterson <benjamin@python.org>2014-02-15 13:29:39 -0500
commita252f4285f27474da0c121d82c7e2d998e77e726 (patch)
treed1630864b764805360078b87446c4853da0eee81 /CHANGES
parent52b4f4fd0fe9f12e9aa60d9ba4a46651d45e1138 (diff)
downloadsix-a252f4285f27474da0c121d82c7e2d998e77e726.tar.gz
make fake modules pretend not to have __path__ (fixes #56)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b77c06d..0ee6460 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
+ have a __path__ unless they are loaded.
+
- Pull request #28: Add support for SplitResult.
- Issue #55: Add move mapping for xmlrpc.server.