Ahmed Ramadan <abdulsh...@gmail.com> added the comment:

It's a bug in your code.

masterInfoDict['id1'][4] and masterInfoDict['val1'][4] point to the same list 
object ['Si1'], to which 'Si2' and 'Si1' get appended when col1ID='id2'.

----------
nosy: +ramahmed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38984>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to