[New-bugs-announce] [issue29122] set() bug

styg report at bugs.python.org
Sat Dec 31 12:33:48 EST 2016


New submission from styg:

set() method leads to this error:
a=[1,2,3,3]
b=set(a)
print b
>> set([1,2,3]) # should be [1,2,3]

----------
messages: 284402
nosy: styg
priority: normal
severity: normal
status: open
title: set() bug
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29122>
_______________________________________


More information about the New-bugs-announce mailing list