Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

Hi merli, there is no bug here, you always append the same list to Liste so 
when modifying it you override previous values. You could make a copy of it by 
using `Liste.append(list(StringL))` instead of `Liste.append(StringL)` and you 
would get the behaviour you expect.


Please ask questions in python-help or in StackOverflow for questions related 
to Python usage.

----------
nosy: +remi.lapeyre

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

Reply via email to