Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

I don't understand what you think is the bug. You keep repeatedly appending 'z' 
to the same list. Why are you surprised that it appends 'z' more than once? If 
you don't want to append it twice, don't call the function twice.

Every time you call the function, it adds another 'z'. That's what the function 
does. It is working correctly.

Can you explain what you think is the bug, because it looks to me like it is 
working as intended.

----------
nosy: +steven.daprano

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

Reply via email to