Message1376

Author leouserz
Recipients
Date 2006-12-20.17:33:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this appears to be happening because fromkeys is implemented as a method, while in python it is a classmethod.  By removing the PyMethodDescr and changing the implementing methods to static I was able to get the code to work.  The code as is works, if it is used with a dict instance.

leouser
History
Date User Action Args
2008-02-20 17:17:38adminlinkissue1619040 messages
2008-02-20 17:17:38admincreate