]> granicus.if.org Git - python/commit
Add test that ensures hash([]) and hash({}) raise TypeError.
authorGuido van Rossum <guido@python.org>
Thu, 18 Jan 2001 23:36:14 +0000 (23:36 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Jan 2001 23:36:14 +0000 (23:36 +0000)
commit0c6614c78904b6ad0a92033a3224b95d182f1b17
tree96ad50d6ec96380a59650c8cd26aa409c2110dac
parent41c3244875dbe2a549ff1f41f8fdca66992a6994
Add test that ensures hash([]) and hash({}) raise TypeError.
Lib/test/test_b1.py