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 rhettinger
Recipients arno, docs@python, rhettinger, terry.reedy
Date 2010-09-03.19:31:31
SpamBayes Score 0.0010031918
Marked as misclassified No
Message-id <1283542292.72.0.789973584388.issue9717@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-09-03 19:31:32rhettingersetrecipients: + rhettinger, terry.reedy, arno, docs@python
2010-09-03 19:31:32rhettingersetmessageid: <1283542292.72.0.789973584388.issue9717@psf.upfronthosting.co.za>
2010-09-03 19:31:31rhettingerlinkissue9717 messages
2010-09-03 19:31:31rhettingercreate