]> granicus.if.org Git - python/commit
save_dict(): Untangled most of the bin-vs-not-bin logic. Also used
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:34:43 +0000 (01:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:34:43 +0000 (01:34 +0000)
commit064567e41a4a0a2e717e9cc5ec960f366bd8491c
treea5277a70a92c90a37a2b23f67784520cdcbdebda
parent21c18f0bf5c3edc6ed226f71d36910292575fb92
save_dict():  Untangled most of the bin-vs-not-bin logic.  Also used
iteritems() instead of materializing a (possibly giant) list of the
items.
Lib/pickle.py