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 jackdied
Recipients jackdied
Date 2008-03-17.17:24:19
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1205774660.42.0.856799226329.issue2328@psf.upfronthosting.co.za>
In-reply-to
Content
typeobject.c:type_new only allows 0 or 1 keyword arg in class creation
instead of an arbitrary number as per PEP3115.

I'm working on a patch.
History
Date User Action Args
2009-11-16 15:04:59georg.brandlsetspambayes_score: 0.661474 -> 0.0
2008-03-17 17:24:20jackdiedsetspambayes_score: 0.661474 -> 0.661474
recipients: + jackdied
2008-03-17 17:24:20jackdiedsetspambayes_score: 0.661474 -> 0.661474
messageid: <1205774660.42.0.856799226329.issue2328@psf.upfronthosting.co.za>
2008-03-17 17:24:19jackdiedlinkissue2328 messages
2008-03-17 17:24:19jackdiedcreate