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 loewis
Recipients
Date 2001-08-05.13:27:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
With the introduction of dictionary iterators, 
iteration over UserDict specializations may silently 
break existing code. The attached code is a 
simplification of the xml.dom.NamedNodeMap class, 
which provides iteration over the values using a 
well-defined order, which is implemented in 
__getitem__. In Python 2.2a1, __getitem__ is not 
called anymore, thus the code breaks.
History
Date User Action Args
2007-08-23 13:55:35adminlinkissue448153 messages
2007-08-23 13:55:35admincreate