[New-bugs-announce] [issue24742] type(dict with docstring) returns set instead of dict

razvan.paul.blaga report at bugs.python.org
Tue Jul 28 13:19:05 CEST 2015


New submission from razvan.paul.blaga:

d = {
'''
Commented dictionary values
'''
}

print type(d) # returns 'set' instead of 'dict'

----------
components: Library (Lib)
messages: 247517
nosy: razvan.paul.blaga
priority: normal
severity: normal
status: open
title: type(dict with docstring) returns set instead of dict
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list