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 mark.smith
Recipients mark.smith
Date 2010-07-24.13:04:52
SpamBayes Score 3.2930344e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
DOMEventStream implements __getitem__, but ignores the index/key that is passed in and simply returns the next item from the stream. This is seriously unexpected behaviour.

I don't believe this functionality can be sensibly implemented in this class, and plan to submit a patch deprecating this method.
History
Date User Action Args
2010-07-24 13:04:54mark.smithsetrecipients: + mark.smith
2010-07-24 13:04:53mark.smithsetmessageid: <[email protected]>
2010-07-24 13:04:52mark.smithlinkissue9372 messages
2010-07-24 13:04:52mark.smithcreate