Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

DictProxy needs to provide the __iter__() method. And perhaps methods keys(), 
values() and items() need to be reworked in Python 3. has_key() is unneeded in 
Python 3.

It is worth to test also other special and new in Python 3 methods.

----------
nosy: +benjamin.peterson, serhiy.storchaka
versions: +Python 2.7, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to