summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-11 19:21:32 -0500
committerBenjamin Peterson <benjamin@python.org>2013-03-11 19:21:32 -0500
commit06a03d42456d28d0638a091936a7178f8c96c323 (patch)
tree58ad0c3c6edc10ce6152d80d725355761186e101 /CHANGES
parent4597d988dd21252fc709b594efae7d32ea8316bd (diff)
downloadsix-06a03d42456d28d0638a091936a7178f8c96c323.tar.gz
in dict iters, pass keyword args to underlying method
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4dc2a8c..c946ca7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------
+- In six.iter(items/keys/values/lists), passed keyword arguments through to the
+ underlying method.
+
- Add six.iterlists().
- Issue #20: Fix tests if tkinter is not available.