mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| decoder.py | ||
| encoder.py | ||
| scanner.py | ||
| tool.py | ||