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 2002-11-18.08:02:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

dict.pop(k) parallels list.remove(elem), dict.popitem(), and 
list.pop([i]) which all raise exceptions instead of returning 
a default.

Do you have compelling use cases?
History
Date User Action Args
2007-08-23 14:08:53adminlinkissue639806 messages
2007-08-23 14:08:53admincreate