]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Check that f.keys() == [] right after creation -- this prevents bugs
authorGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 00:40:23 +0000 (00:40 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 00:40:23 +0000 (00:40 +0000)
commitf6e47ad4bd12ffa633d51071520722be32fb252d
treec1b1a25d0c2e809102b9010d437879f4afaef65d
parent4edbc2a54ff79e718fb3d30da5c128fc8b46ccc0
Check that f.keys() == [] right after creation -- this prevents bugs
like the one I just fixed to come back and haunt us.
Lib/test/test_bsddb.py
Lib/test/test_dbm.py
Lib/test/test_gdbm.py