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 jdemeyer
Recipients jdemeyer, methane, miss-islington, serhiy.storchaka
Date 2019-03-27.09:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553680349.46.0.420091037998.issue36433@roundup.psfhosted.org>
In-reply-to
Content
I am curious, how did you find out about this bug? Do you have a concrete use case for directly calling an instance of classmethod_descriptor? Typically, one would write dict.fromkeys(...) instead of dict.__dict__['fromkeys'](dict, ...).
History
Date User Action Args
2019-03-27 09:52:29jdemeyersetrecipients: + jdemeyer, methane, serhiy.storchaka, miss-islington
2019-03-27 09:52:29jdemeyersetmessageid: <1553680349.46.0.420091037998.issue36433@roundup.psfhosted.org>
2019-03-27 09:52:29jdemeyerlinkissue36433 messages
2019-03-27 09:52:29jdemeyercreate