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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Oct 2000 06:48:48 -0700


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.


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