Re: [Python-Dev] Documentation for __new__

2005-03-06 Thread Greg Ward
I've LaTeX'ified the proposed documentation for __new__() and uploaded the patch to SF: http://sourceforge.net/tracker/download.php?group_id=5470&atid=105470&file_id=124422&aid=1156412 Someone who really understands new-style classes should give this a look. (Guido?) I've tested that Python

Re: [Python-Dev] Documentation for __new__

2005-03-05 Thread Steven Bethard
On Sat, 5 Mar 2005 11:39:42 -0500, Greg Ward <[EMAIL PROTECTED]> wrote: > On 05 March 2005, Nick Coghlan said: > > Steven Bethard has put together some text to add __new__ to the list of > > Basic Customisation methods in the language reference. Would one of the > > documentation folks care to take

Re: [Python-Dev] Documentation for __new__

2005-03-05 Thread Greg Ward
On 05 March 2005, Nick Coghlan said: > Steven Bethard has put together some text to add __new__ to the list of > Basic Customisation methods in the language reference. Would one of the > documentation folks care to take a look at it? I've tried to tighten up the text there and hopefully make it

[Python-Dev] Documentation for __new__

2005-03-04 Thread Nick Coghlan
Steven Bethard has put together some text to add __new__ to the list of Basic Customisation methods in the language reference. Would one of the documentation folks care to take a look at it? The relevant SF tracker item is http://www.python.org/sf/1156412 Regards, Nick. -- Nick Coghlan | [EM