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 pitrou
Recipients docs@python, mwilliamson, pitrou, r.david.murray, rhettinger
Date 2014-08-10.17:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53E7AA98.8030809@free.fr>
In-reply-to <1407691220.32.0.201470979898.issue22180@psf.upfronthosting.co.za>
Content
Le 10/08/2014 13:20, Raymond Hettinger a écrit :
>
> Raymond Hettinger added the comment:
>
>> The whole example is bad and should be removed
>> or replace with something else:
>
> I'm not sure there are ANY examples of operator.setitem that
> couldn't
be done a better way without it. How about we remove it and leave the
examples for things that people ought to be doing.

Agreed. operator.setitem() isn't really ever used in my experience.
History
Date User Action Args
2014-08-10 17:23:41pitrousetrecipients: + pitrou, rhettinger, r.david.murray, docs@python, mwilliamson
2014-08-10 17:23:41pitroulinkissue22180 messages
2014-08-10 17:23:41pitroucreate