]> granicus.if.org Git - python/commit
Make test_descr.py pass. Had to disable a few tests, remove references
authorGuido van Rossum <guido@python.org>
Wed, 11 Jul 2007 09:28:11 +0000 (09:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Jul 2007 09:28:11 +0000 (09:28 +0000)
commit55b4a7b6dc58a49a60f93fa198a6cca1ac28a31a
tree4a28563e0193c18352f4dd35dca1c2117589849f
parentf074b640f913dcf90756676409fc0df841960fb0
Make test_descr.py pass.  Had to disable a few tests, remove references
to 'file', and fix a bunch of subtleties in the behavior of objects
related to overriding __str__.  Also disabled a few tests that I couldn't
see how to fix but that seemed to be checking silly stuff only.
Lib/test/test_descr.py
Objects/fileobject.c
Objects/object.c
Objects/typeobject.c
Objects/unicodeobject.c