On 25/11/2014 11:44, Archana Pandey wrote:
Hello

I hereby would like to share the problem I have faced regarding python
list implementation :-

As per python documentation python list is mutable data object.

The problem I found with the list is that is behaves differently when we
use ‘+=’ and ‘+’  ‘=’ operators separately.

For example-

A = a + 1 and a += 1  both behave in same way for all data types except
python Lists

Please find the attached module and execute it on windows python32, See
the difference in output.

NOTE: Documentation should provide sufficient information for such scenario.


Patches are always welcome on the bug tracker. I observe that you already know the way :)

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to