[docs] [issue9717] operator module - "in place" operators documentation

Raymond Hettinger report at bugs.python.org
Fri Sep 3 21:31:33 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Consider breaking the operator module documents into sections, grouping all of the in-place ops into the last section.  Start that section with a full description of how in-place works in python and show some examples of successful way to use the in-place operators.

Right now, the docs are somewhat misleading because they imply that the i-functions can be used in the same was as their counterparts.

----------
nosy: +rhettinger

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


More information about the docs mailing list