Irit Katriel <iritkatr...@yahoo.com> added the comment:
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? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41931> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com