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 razvan.paul.blaga
Recipients razvan.paul.blaga
Date 2015-07-28.11:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438082345.76.0.0684043718441.issue24742@psf.upfronthosting.co.za>
In-reply-to
Content
d = {
'''
Commented dictionary values
'''
}

print type(d) # returns 'set' instead of 'dict'
History
Date User Action Args
2015-07-28 11:19:05razvan.paul.blagasetrecipients: + razvan.paul.blaga
2015-07-28 11:19:05razvan.paul.blagasetmessageid: <1438082345.76.0.0684043718441.issue24742@psf.upfronthosting.co.za>
2015-07-28 11:19:05razvan.paul.blagalinkissue24742 messages
2015-07-28 11:19:05razvan.paul.blagacreate