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 ronaldoussoren
Recipients Bruce.Sherwood, benjamin.peterson, georg.brandl, ned.deily, ronaldoussoren, taleinat, wordtech
Date 2010-12-07.14:14:15
SpamBayes Score 0.011381827
Marked as misclassified No
Message-id <1291731258.47.0.252206746631.issue10107@psf.upfronthosting.co.za>
In-reply-to
Content
Ned: why does the patch change the signature of close_all_callback?

-    def close_all_callback(self, event):
+    def close_all_callback(self, *args, **kwds):
History
Date User Action Args
2010-12-07 14:14:18ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, taleinat, wordtech, benjamin.peterson, ned.deily, Bruce.Sherwood
2010-12-07 14:14:18ronaldoussorensetmessageid: <1291731258.47.0.252206746631.issue10107@psf.upfronthosting.co.za>
2010-12-07 14:14:15ronaldoussorenlinkissue10107 messages
2010-12-07 14:14:15ronaldoussorencreate