Re: [Python-Dev] defaultproperty (was: Re: RFC: readproperty)

2005-10-09 Thread Guido van Rossum
On 10/9/05, Jim Fulton <[EMAIL PROTECTED]> wrote: > Based on the discussion, I think I'd go with defaultproperty. Great. > Questions: > > - Should this be in builtins, alongside property, or in >a library module? (Oleg suggested propertytools.) > > - Do we need a short PEP? I think so. From

[Python-Dev] defaultproperty (was: Re: RFC: readproperty)

2005-10-09 Thread Jim Fulton
Based on the discussion, I think I'd go with defaultproperty. Questions: - Should this be in builtins, alongside property, or in a library module? (Oleg suggested propertytools.) - Do we need a short PEP? Jim Jim Fulton wrote: > Guido van Rossum wrote: > >>On 9/28/05, Jim Fulton <[EMAIL PR