commit | 064567e41a4a0a2e717e9cc5ec960f366bd8491c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jan 28 01:34:43 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jan 28 01:34:43 2003 +0000 |
tree | a5277a70a92c90a37a2b23f67784520cdcbdebda | |
parent | 21c18f0bf5c3edc6ed226f71d36910292575fb92 [diff] |
save_dict(): Untangled most of the bin-vs-not-bin logic. Also used iteritems() instead of materializing a (possibly giant) list of the items.