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 2006-12-20.00:13:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Since update already supports (key, item) changes, I do not see that rationale in trying to expand the definition what is dict-like to include a try-this, then try-that approach.  This is a little too ad-hoc for too little benefit.

Also, I do not see the point of adding PyMapping_Iterkeys to the C API.  It affords no advantage over its macro definition (the current one-way-to-do-it). 
History
Date User Action Args
2007-08-23 15:55:43adminlinkissue1615701 messages
2007-08-23 15:55:43admincreate