Python Documentation Improvement
Archana Pandey
archi.pandey9190 at gmail.com
Tue Nov 25 06:44:09 EST 2014
More information about the Python-list mailing list
Tue Nov 25 06:44:09 EST 2014
- Previous message (by thread): -- redacted --
- Next message (by thread): Python Documentation Improvement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Kind Regards Archana Pandey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141125/afffc39c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Operator_bug_python.py Type: application/octet-stream Size: 909 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-list/attachments/20141125/afffc39c/attachment.obj>
- Previous message (by thread): -- redacted --
- Next message (by thread): Python Documentation Improvement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list