SIGN IN SIGN UP

* Fix-up a TODO (support the sort_key option).

* 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.
R
Raymond Hettinger committed
bcf6f92dc50c1f23ca327c5dae4d616cfe212625
Parent: 81c0dce