Issue1521407

classification
Title: add __getitem__ to PyStringMap
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: m_small
Priority: normal Keywords: patch

Created on 2006-07-12.19:31:12 by m_small, last changed 2006-07-20.00:29:32 by m_small.

Files
File name Uploaded Description Edit Remove
pystringmap.patch m_small, 2006-07-12.19:31:12
Messages
msg2527 (view) Author: Matt Small (m_small) Date: 2006-07-12.19:31:12
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.
msg2528 (view) Author: Matt Small (m_small) Date: 2006-07-20.00:29:32
Logged In: YES 
user_id=1539426

Applied, rev 2847.
History
Date User Action Args
2006-07-12 19:31:12m_smallcreate