| commit | 2d4b5b0c6a583c1bb7578eb33206a3f3ca45c93c | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Wed Mar 19 10:07:33 2014 -0500 |
| committer | Benjamin Peterson <benjamin@python.org> | Wed Mar 19 10:07:33 2014 -0500 |
| tree | 9ac302685bbe570b548da0bc007b05bd911a1a7c | |
| parent | 0472406d399fceaeb7eb054395a107443eea0a0f [diff] |
add change note for pull request #31
diff --git a/CHANGES b/CHANGES index 140cae5..5489adc 100644 --- a/CHANGES +++ b/CHANGES
@@ -3,6 +3,12 @@ This file lists the changes in each six version. +Development version +------------------- + +- Pull request #31: Select the implementations of dictionary iterator routines + at import time for a 20% speed boost. + 1.6.1 -----