]> granicus.if.org Git - python/commit
Replace hasattr() + getattr() with single getattr() and default value.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 6 Feb 2003 16:22:01 +0000 (16:22 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 6 Feb 2003 16:22:01 +0000 (16:22 +0000)
commit656d4519b5a002d716ae2081d126a060fcb12581
tree5aade61f57ea35c185cb76f21dbb603eca55efcb
parent26507dbc82e60d4eda8f6b447c50aecf07b7ca25
Replace hasattr() + getattr() with single getattr() and default value.
Lib/pickle.py