On May 28, 11:50 am, Christian Heimes wrote:
> Am 28.05.2010 11:31, schrieb eb303:
>
>
>
> > On May 27, 3:24 pm, Christian Heimes wrote:
> >>> Do I miss something?
> >>> Is this the way to do it, or is there a better one?
>
> >> A better way was introduced in Python 2.6.
> >> Seehttp://docs.pyt
Am 28.05.2010 11:31, schrieb eb303:
> On May 27, 3:24 pm, Christian Heimes wrote:
>>> Do I miss something?
>>> Is this the way to do it, or is there a better one?
>>
>> A better way was introduced in Python 2.6.
>> Seehttp://docs.python.org/library/functions.html?highlight=property#prop...
>> I
On May 27, 3:14 pm, Neil Cerutti wrote:
> On 2010-05-27, eb303 wrote:
>
> > I've been using Python properties quite a lot lately and I've
> > found a few things that are a bit annoying about them in some
> > cases. I wondered if I missed something or if anybody else has
> > this kind of problems
On May 27, 8:56 pm, Francesco Bochicchio wrote:
> On 27 Mag, 14:37, eb303 wrote:
>
>
>
> > Hello all,
>
> > I've been using Python properties quite a lot lately and I've found a
> > few things that are a bit annoying about them in some cases. I
> > wondered if I missed something or if anybody els
On May 27, 3:24 pm, Christian Heimes wrote:
> > Do I miss something?
> > Is this the way to do it, or is there a better one?
>
> A better way was introduced in Python 2.6.
> Seehttp://docs.python.org/library/functions.html?highlight=property#prop...
> I have a Python only version around if you a
On 27 Mag, 14:37, eb303 wrote:
> Hello all,
>
> I've been using Python properties quite a lot lately and I've found a
> few things that are a bit annoying about them in some cases. I
> wondered if I missed something or if anybody else has this kind of
> problems too, and if there are better soluti
On 5/27/2010 9:14 AM, Neil Cerutti wrote:
On 2010-05-27, eb303 wrote:
I've been using Python properties quite a lot lately and I've
found a few things that are a bit annoying about them in some
cases. I wondered if I missed something or if anybody else has
this kind of problems too, and if ther
Do I miss something?
Is this the way to do it, or is there a better one?
A better way was introduced in Python 2.6. See
http://docs.python.org/library/functions.html?highlight=property#property
I have a Python only version around if you are still using Python 2.5.
Christian
--
http://mail.p
On 2010-05-27, eb303 wrote:
> I've been using Python properties quite a lot lately and I've
> found a few things that are a bit annoying about them in some
> cases. I wondered if I missed something or if anybody else has
> this kind of problems too, and if there are better solutions
> than the one