]> granicus.if.org Git - python/commit
save(): Fiddled the control flow to put the normal case where it
authorTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 00:48:09 +0000 (00:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 28 Jan 2003 00:48:09 +0000 (00:48 +0000)
commitb32a8317d7a9c47bf9e6a863f0cc3112a252c66e
tree5f6368aec9703a7b1d6ebeb94f82dbc37b21b04c
parentc9d7c4a656592950987f1db31a0871c31705c325
save():  Fiddled the control flow to put the normal case where it
belongs.  This is a much smaller change than it may appear:  the bulk
of the function merely got unindented by one level.
Lib/pickle.py