Staging
v0.8.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
File Mode Size
BuildScript
IDLE
Icons
PythonLauncher
Resources
Tools
Extras.ReadMe.txt -rw-r--r-- 294 bytes
Extras.install.py -rw-r--r-- 1.6 KB
Makefile.in -rw-r--r-- 10.9 KB
README -rw-r--r-- 6.6 KB

README

back to top