Patches item #1567691, was opened at 2006-09-29 12:58 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1567691&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.5 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: �iga Seilnacht (zseil) Assigned to: Nobody/Anonymous (nobody) Summary: super() and instancemethod() shouldn't accept keyword args Initial Comment: Constructors for the super() and instancemethod() types currently accept keyword arguments, but don't do anything with them. The patch fixes this by raising a TypeError when they are present. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-09-30 08:44 Message: Logged In: YES user_id=849994 Thanks for the patch, applied as rev. 52058, 52059 (2.4), 52060 (2.5). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1567691&group_id=5470
_______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches