Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Inplace operators ("+=", "-=" etc) are assignments since in the case of immutable types like str
code += "some string" is equivalent to code = code + "some string" ---------- resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4109> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com