summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-19 14:55:20 -0400
committerBenjamin Peterson <benjamin@python.org>2013-04-19 14:55:20 -0400
commit3f75545c7baf8544f24b23303f91e879703643d8 (patch)
tree35349f293dedeeeb0b24404885be1e2718d4870e /CHANGES
parenta47db2f576108590756b8e5360bf29b6f02a9ab0 (diff)
downloadsix-3f75545c7baf8544f24b23303f91e879703643d8.tar.gz
add iterbytes and indexbytes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ec4dba..2613a3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,8 @@ This file lists the changes in each six version.
Development version
-------------------
+- Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
+
- Add create_bound_method() wrapper.
- Issue #23: Allow multiple base classes to be passed to with_metaclass.