[issue4331] Can't use _functools.partial() created function as method

2008-11-16 Thread scott sadler
scott sadler <[EMAIL PROTECTED]> added the comment: A short update, I believe that the reason that it was working in one instance was because of some abstractions by a base class (Django model, get_absolute_url). ___ Python tracker <[EMAIL PROTECTE

[issue4331] Can't use _functools.partial() created function as method

2008-11-15 Thread scott sadler
New submission from scott sadler <[EMAIL PROTECTED]>: Calling a function created by _functools.partial as a method raises an exception: "TypeError: method_new() takes exactly n non-keyword arguments (0 given)" Where method_new is the function passed into partial() and n