[Python-bugs-list] [Bug #117178] Documentation missing for __iadd__, __isub__, etc.

noreply@sourceforge.net noreply@sourceforge.net
Fri, 17 Nov 2000 11:57:47 -0800


Bug #117178, was updated on 2000-Oct-18 06:48
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Documentation missing for __iadd__, __isub__, etc.

Details: I understand that __iadd__, __isub__, etc. are the
functions you have to implement in a class for it to
support augmented assignment, but there is no documentation
for them under the 3.3 Special Method Names section. I
searched under the Doc directory for __isub__ and found
nothing at all.


Follow-Ups:

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

Comment:
Sorry, my fault. I wasn't thorough enough in my attempts to write documentation and finding the right place to add it in the current layout. I've submitted a patch, #110216, to fix this.

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

Date: 2000-Nov-08 22:34
By: fdrake

Comment:
The right patch number is #102169.

I've sent the patch back to Thomas for revision, but there's been no activity on it.  I'm adding this note so I don't lose track of this.
-------------------------------------------------------

Date: 2000-Nov-17 11:57
By: fdrake

Comment:
Sent mail to Thomas asking if he expects to make progress on the patch anytime soon.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=117178&group_id=5470