This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients iuliananet, steven.daprano
Date 2018-11-15.14:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542293449.79.0.788709270274.issue35256@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-15 14:50:49steven.dapranosetrecipients: + steven.daprano, iuliananet
2018-11-15 14:50:49steven.dapranosetmessageid: <1542293449.79.0.788709270274.issue35256@psf.upfronthosting.co.za>
2018-11-15 14:50:49steven.dapranolinkissue35256 messages
2018-11-15 14:50:49steven.dapranocreate