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 iritkatriel
Recipients SmartManoj, iritkatriel
Date 2020-10-04.17:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601833133.58.0.484913696093.issue41931@roundup.psfhosted.org>
In-reply-to
Content
You ignored the other point I made: dict is not a function, it is a class. dict() calls the function dict.__init__() which should create a new instance of dict (not return some field of its parameter). 


You also didn't justify your suggestion in any way. Why should this change be made?
History
Date User Action Args
2020-10-04 17:38:53iritkatrielsetrecipients: + iritkatriel, SmartManoj
2020-10-04 17:38:53iritkatrielsetmessageid: <1601833133.58.0.484913696093.issue41931@roundup.psfhosted.org>
2020-10-04 17:38:53iritkatriellinkissue41931 messages
2020-10-04 17:38:53iritkatrielcreate