Staging
v0.5.1
https://github.com/python/cpython
Revision bcf6f92dc50c1f23ca327c5dae4d616cfe212625 authored by Raymond Hettinger on 27 May 2009, 09:58:34 UTC, committed by Raymond Hettinger on 27 May 2009, 09:58:34 UTC
* Fix an error where True/False were being written-out
  as title-cased strings when used a dictionary keys.
* Speed-up iteration over dicts by looping over items()
  rather than keys() followed by value lookups.
* TODO:  sort only by keys, not keys and values.
1 parent 81c0dce
History
Tip revision: bcf6f92dc50c1f23ca327c5dae4d616cfe212625 authored by Raymond Hettinger on 27 May 2009, 09:58:34 UTC
* Fix-up a TODO (support the sort_key option).
Tip revision: bcf6f92

README

back to top