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 josh.r
Recipients josh.r, rhettinger, roy.wellington
Date 2014-07-29.05:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406613190.72.0.102709191853.issue22089@psf.upfronthosting.co.za>
In-reply-to
Content
Minor correction to example. That should be:


   class MySet(Set):
       update = Set.__ior__

(no paren after __ior__, since we're assigning, not calling)
History
Date User Action Args
2014-07-29 05:53:10josh.rsetrecipients: + josh.r, rhettinger, roy.wellington
2014-07-29 05:53:10josh.rsetmessageid: <1406613190.72.0.102709191853.issue22089@psf.upfronthosting.co.za>
2014-07-29 05:53:10josh.rlinkissue22089 messages
2014-07-29 05:53:10josh.rcreate