commit | 55b4a7b6dc58a49a60f93fa198a6cca1ac28a31a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 11 09:28:11 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 11 09:28:11 2007 +0000 |
tree | 4a28563e0193c18352f4dd35dca1c2117589849f | |
parent | f074b640f913dcf90756676409fc0df841960fb0 [diff] |
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.