]> granicus.if.org Git - python/commit
save_pers(): Switched the order of cases, to get rid of a "not", and to
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:03:10 +0000 (01:03 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 01:03:10 +0000 (01:03 +0000)
commitbd1cdb9227c0736f7b0288520668ec56e1ca89c4
tree3364bd6d85228a50172ad14aadfa0720aa8cab45
parent518df0dae473922397fa1bc3315d3576df9469f7
save_pers():  Switched the order of cases, to get rid of a "not", and to
make the bin-vs-not-bin order consistent with what other routines try to
do (they almost all handle the bin case first).
Lib/pickle.py