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 georg.brandl
Recipients avdd, bquinlan, georg.brandl, r.david.murray, ron_adam
Date 2011-01-17.19:39:16
SpamBayes Score 0.013977954
Marked as misclassified No
Message-id <1295293160.8.0.319188957442.issue10918@psf.upfronthosting.co.za>
In-reply-to
Content
def submit(*args, **kwds):

and picking out self and fn from *args might indeed be the most sensible solution here.
History
Date User Action Args
2011-01-17 19:39:20georg.brandlsetrecipients: + georg.brandl, bquinlan, ron_adam, r.david.murray, avdd
2011-01-17 19:39:20georg.brandlsetmessageid: <1295293160.8.0.319188957442.issue10918@psf.upfronthosting.co.za>
2011-01-17 19:39:16georg.brandllinkissue10918 messages
2011-01-17 19:39:16georg.brandlcreate