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 veky
Recipients SilentGhost, allenap, justanr, rhettinger, serhiy.storchaka, veky
Date 2016-09-20.01:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474335728.72.0.772143916322.issue23372@psf.upfronthosting.co.za>
In-reply-to
Content
That's usual behavior for any class method. You can call them on an instance, but they don't have the access to it, only to its class. So transferring of factory would in fact not be possible. Of course,it's possible to make fromkeys an instance method, but please don't do that.
History
Date User Action Args
2016-09-20 01:42:08vekysetrecipients: + veky, rhettinger, allenap, SilentGhost, serhiy.storchaka, justanr
2016-09-20 01:42:08vekysetmessageid: <1474335728.72.0.772143916322.issue23372@psf.upfronthosting.co.za>
2016-09-20 01:42:08vekylinkissue23372 messages
2016-09-20 01:42:08vekycreate