]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the test for the 'object' type -- it can no longer be
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 16:53:42 +0000 (16:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 16:53:42 +0000 (16:53 +0000)
commit15d86c6297849dbacadfc07580934e3f39881057
tree17820ee080aa43e4d825e9c2514a42d62766da7a
parentf040ede6e8a0ccb37f60798ad1cc48d265b5d2c2
Remove the test for the 'object' type -- it can no longer be
instantiated.  (Its use as a base class is adequately tested by other
tests.)
Lib/test/test_descr.py