[issue22180] operator.setitem example no longer works in Python 3 due to lazy map

Raymond Hettinger report at bugs.python.org
Sun Aug 10 19:20:20 CEST 2014


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.

----------
assignee: docs at python -> rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22180>
_______________________________________


More information about the Python-bugs-list mailing list