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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22938>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to