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 arigo
Recipients Carl.Friedrich.Bolz, Trundle, arigo, daniel.urban, eric.araujo, meador.inge, ncoghlan, terry.reedy
Date 2011-03-14.21:37:25
SpamBayes Score 0.0009977319
Marked as misclassified No
Message-id <1300138645.73.0.102946718915.issue11477@psf.upfronthosting.co.za>
In-reply-to
Content
Nick: we get a TypeError anyway if we do unsupported things like "lst += None".  It seems to me that you are confusing levels, unless you can point out a specific place in the documentation that would say "never return NotImplemented from __iadd__(), __imul__(), etc."
History
Date User Action Args
2011-03-14 21:37:25arigosetrecipients: + arigo, terry.reedy, ncoghlan, Carl.Friedrich.Bolz, eric.araujo, Trundle, meador.inge, daniel.urban
2011-03-14 21:37:25arigosetmessageid: <1300138645.73.0.102946718915.issue11477@psf.upfronthosting.co.za>
2011-03-14 21:37:25arigolinkissue11477 messages
2011-03-14 21:37:25arigocreate