[New-bugs-announce] [issue33636] Unexpected behavior with * and arrays

nathan rogers report at bugs.python.org
Thu May 24 10:12:24 EDT 2018


New submission from nathan rogers <nathan.rogers.d at gmail.com>:

https://repl.it/repls/ColorfulFlusteredPercent

Here you can see the unexpected behavior I was speaking of. This behavior is NOT useful compared to the expected behavior. If I reference position 0 in the array, I expect position 0 to be appended. The sensible behavior, from my view, would be to make n unique values, not n duplicates.

----------
messages: 317572
nosy: nanthil
priority: normal
severity: normal
status: open
title: Unexpected behavior with * and arrays
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33636>
_______________________________________


More information about the New-bugs-announce mailing list