This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pje
Recipients
Date 2002-04-01.19:46:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=56214

I was indeed just asking where to put it, and how to
*insert* the test.  Anyway, I found that most of what was
needed for the test was already in
test_descr.classmethods(), there were just a few conditions
using super() that needed adding.  I've uploaded the patch
for test_descr to the patch #537536 for this bug.

By the way, the bug/patch submission guidelines were a
little unclear to me; specifically whether I was supposed to
put the patch with the bug or the bug with the patch or
upload everything to both or what.  Hope my ignorance hasn't
inconvenienced anyone; this is my first time submitting
Python bugs and fixes.  Also, I hadn't worked with the test
framework used in Python's test suite before, although I've
done quite a bit with unittest in my own code.
History
Date User Action Args
2007-08-23 14:00:09adminlinkissue535444 messages
2007-08-23 14:00:09admincreate