]> granicus.if.org Git - python/commit
Get rid of __safe_for_unpickling__ and safe_constructors.
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 22:29:13 +0000 (22:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 22:29:13 +0000 (22:29 +0000)
commitb26a97aa50171771bb9833f22231494520d2e403
treee5b337aa75dda4c1ee8eae2266efa7c3fb00cfbb
parentdcaa24e5035d04fe8f8c27c977da97b0f6d60a1f
Get rid of __safe_for_unpickling__ and safe_constructors.

Also tidied up a few lines, got rid of apply(), added a comment.
Lib/pickle.py