summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-04 18:10:21 -0600
committerBenjamin Peterson <benjamin@python.org>2014-01-04 18:10:21 -0600
commit95f5b58510f63d160d15658af75eed2e687bf58b (patch)
tree70f338e5f752a0161d98ee3edf46782db796eb45
parentef1e74d29a08256ff3a2e39063677934fc1072ed (diff)
downloadsix-95f5b58510f63d160d15658af75eed2e687bf58b.tar.gz
add note about 2.4 support
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ce21062..fa0d57e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Removed support for Python 2.4. This is because py.test no longer supports
+ 2.4.
+
- Fix various import problems including issues #19 and #41. six.moves modules
are now lazy wrappers over the underlying modules instead of the actual
modules themselves.