]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Compromise on test in find_class(): a user-defined function is okay,
authorGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 14:34:20 +0000 (14:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 14:34:20 +0000 (14:34 +0000)
commit36fc11e894510d1521a934f3e77d596e94431c2f
tree2d940b1e35be03128cd0e3dd4687e6077e9a90ef
parentcab3c3b8d4e376d5d8f4d23b0e805397d359f206
Compromise on test in find_class(): a user-defined function is okay,
but a built-in function is not.
Lib/pickle.py