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 rhettinger
Recipients
Date 2003-03-07.05:52:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

The patch looks good.
Please make two adjustments and re-submit.

1) Change the test_func docstrings to comment blocks.  If 
a docstring is present, test support will print them in the 
summary instead of the test name.

2) Change the logic for mapping.pop() to accommodate 
the new default argument option which was added 
yesterday.  The format is m.pop(key[, default]).
History
Date User Action Args
2007-08-23 15:19:47adminlinkissue667730 messages
2007-08-23 15:19:47admincreate