[Patches] [Patch #102169] Additional docs for __iadd__ hooks

noreply@sourceforge.net noreply@sourceforge.net
Thu, 2 Nov 2000 10:23:59 -0800


Patch #102169 has been updated. 

Project: python
Category: documentation
Status: Open
Summary: Additional docs for __iadd__ hooks

Follow-Ups:

Date: 2000-Oct-30 05:02
By: twouters

Comment:
'Fix' for 'bug' #117178: add description of the in-place hooks to the Reference manual, section 3.3. Untested TeX code, but likely to be correct (mostly copy-and-paste work.)

-------------------------------------------------------

Date: 2000-Nov-02 10:23
By: fdrake

Comment:
You really need to provide more specific description of how these methods are supposed to behave (about returning self meaning in-place operation occurred, a new object means replace self with new object (in context), etc.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102169&group_id=5470