Re: [Python-Dev] python and super

2011-04-14 Thread Terrence Cole
On Thu, 2011-04-14 at 17:10 +0100, Michael Foord wrote: On 14/04/2011 17:02, Raymond Hettinger wrote: On Apr 14, 2011, at 8:34 AM, P.J. Eby wrote: At 03:55 PM 4/14/2011 +0100, Michael Foord wrote: Ricardo isn't suggesting that Python should always call super for you, but when you

Re: [Python-Dev] Callable, non-descriptor class attributes.

2011-03-12 Thread Terrence Cole
On Sat, 2011-03-12 at 12:49 +1300, Greg Ewing wrote: Thomas Wouters wrote: 2. Make CFunctions turn into methods in CPython (after a period of warning about the impending change, obviously.) The actual *usecase* for this is hard to envision While not necessary for the case being

Re: [Python-Dev] Proposed tweaks to functools.wraps

2010-08-11 Thread Terrence Cole
On Wed, 2010-08-11 at 13:10 +1000, Nick Coghlan wrote: On Wed, Aug 11, 2010 at 12:39 PM, Benjamin Peterson benja...@python.org wrote: which would require ignoring the absence of __annotations__. It turns out the patch that added __annotations__ support also made a change to make all of