Message2527

Author m_small
Recipients
Date 2006-07-12.19:31:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PEP 252 recommends that the type of __dict__ supports
at least __getitem__(), keys(), and has_key(); this
patch adds __getitem__().

There are also some of my old changes in this patch,
extending the iterator.  While this isn't explicitly
required, it is used by some Python libraries.
History
Date User Action Args
2008-02-20 17:18:33adminlinkissue1521407 messages
2008-02-20 17:18:33admincreate