[issue35256] The Console of Python 3.7.0.

Steven D'Aprano report at bugs.python.org
Thu Nov 15 09:50:49 EST 2018


Steven D'Aprano <steve+python at 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 <report at bugs.python.org>
<https://bugs.python.org/issue35256>
_______________________________________


More information about the Python-bugs-list mailing list