Comment 1 for bug 120202

Revision history for this message
Barry Warsaw (barry) wrote :

This is because __getitem__() is implemented in terms of .get() with a default value. It shouldn't be implemented that way.