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 serhiy.storchaka
Recipients benjamin.peterson, deltaclock, serhiy.storchaka
Date 2018-09-08.08:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536394100.92.0.56676864532.issue34610@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-08 08:08:20serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, deltaclock
2018-09-08 08:08:20serhiy.storchakasetmessageid: <1536394100.92.0.56676864532.issue34610@psf.upfronthosting.co.za>
2018-09-08 08:08:20serhiy.storchakalinkissue34610 messages
2018-09-08 08:08:20serhiy.storchakacreate