[Patches] [ python-Patches-1567691 ] super() and instancemethod() shouldn't accept keyword args

SourceForge.net noreply at sourceforge.net
Fri Sep 29 14:58:56 CEST 2006


Patches item #1567691, was opened at 2006-09-29 14:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1567691&group_id=5470


More information about the Patches mailing list