]> granicus.if.org Git - python/commit
Made save() fit on a page, while adding comments. (I moved some type
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 16:34:19 +0000 (16:34 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 16:34:19 +0000 (16:34 +0000)
commitbc64e22ed61e16141abcda7e31a2dfde58ba0a40
tree7be7e97f5ad1282386bc6de69af667c491131a16
parentad5a771fae4785c127173aa2e4fc92806cc8a81a
Made save() fit on a page, while adding comments.  (I moved some type
checks to save_reduce(), which can also be called from a subclass.)

Also tweaked some more comments.
Lib/pickle.py