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 fdrake, iritkatriel, palakjha, rhettinger, serhiy.storchaka
Date 2020-08-12.18:48:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597258127.63.0.686637665521.issue39994@roundup.psfhosted.org>
In-reply-to
Content
bpo-23741 did not change the behavior. The specified code was added specially to preserve the existing behavior. For other base types the condition was like `issubclass(typ, list) and r is list.__repr__`, but for dict it was just `issubclass(typ, dict)`.

Actually the initial behavior was changed by bad3c88094f43f3bc7dcce22f47b8c2a8dddabcf (no issue number), with adding support of OrderedDict.
History
Date User Action Args
2020-08-12 18:48:47serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, rhettinger, palakjha, iritkatriel
2020-08-12 18:48:47serhiy.storchakasetmessageid: <1597258127.63.0.686637665521.issue39994@roundup.psfhosted.org>
2020-08-12 18:48:47serhiy.storchakalinkissue39994 messages
2020-08-12 18:48:47serhiy.storchakacreate