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 omatt
Recipients omatt
Date 2009-10-04.07:55:59
SpamBayes Score 0.0015549827
Marked as misclassified No
Message-id <1254642961.53.0.52904342444.issue7053@psf.upfronthosting.co.za>
In-reply-to
Content
wrong redirection of slot wrapper:

class.__iter__=list.__iter__
doesn't work. (the __iter__ still refer to the one define in class)

The file in attachment shows an example of this problem
History
Date User Action Args
2009-10-04 07:56:01omattsetrecipients: + omatt
2009-10-04 07:56:01omattsetmessageid: <1254642961.53.0.52904342444.issue7053@psf.upfronthosting.co.za>
2009-10-04 07:55:59omattlinkissue7053 messages
2009-10-04 07:55:59omattcreate