[New-bugs-announce] [issue22938] assignment operator += does not behave same as a = a + b for List

Archana Pandey report at bugs.python.org
Tue Nov 25 06:46:26 CET 2014


New submission from Archana Pandey:

List is mutable with += operator. But the same cannot be achieved when we use arithmatic + and assignment = operator used

Please Find the attached python module

----------
components: Windows
files: Operator_bug_python.py
messages: 231633
nosy: archi-pandey, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: assignment operator += does not behave same as a = a + b for List
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file37269/Operator_bug_python.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22938>
_______________________________________


More information about the New-bugs-announce mailing list