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 jimjjewett
Recipients
Date 2006-12-19.22:29:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
FWIW, I'm not sure I agree on not specifying which methods call share implementation.

If someone hooks __getitem__ but not get, that is just asking for bugs.  (The implementation of get may -- but need not -- make its own call to __getitem__, and not everyone will make the same decision.)
History
Date User Action Args
2007-08-23 15:55:43adminlinkissue1615701 messages
2007-08-23 15:55:43admincreate