summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-01-09 21:35:09 -0600
committerBenjamin Peterson <benjamin@python.org>2013-01-09 21:35:09 -0600
commit7b844babe0966dd2a60811d1592b657a60d5e0de (patch)
tree629c9465c61958ea477fe23bdee196bade00d4f9 /CHANGES
parentdd6570684763bb29b6bf677b30dba1c52efe34ea (diff)
downloadsix-7b844babe0966dd2a60811d1592b657a60d5e0de.tar.gz
rename python 2's exec_ arguments to avoid accidently calling with keywords (fixes #16)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0406a0c..44c4d15 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- Issue #16: Rename Python 2 exec_'s arguments, so casually calling exec_ with
+ keyword arguments will raise.
+
- Issue #14: Put the six.moves package in sys.modules based on the name six is
imported under.