[Python-checkins] r58929 - in python/trunk: Lib/test/test_descr.py Objects/descrobject.c

Georg Brandl g.brandl at gmx.net
Sun Nov 11 20:01:37 CET 2007


guido.van.rossum schrieb:
> Author: guido.van.rossum
> Date: Sat Nov 10 23:12:24 2007
> New Revision: 58929
> 
> Modified:
>    python/trunk/Lib/test/test_descr.py
>    python/trunk/Objects/descrobject.c
> Log:
> Issue 1416.  Add getter, setter, deleter methods to properties that can be
> used as decorators to create fully-populated properties.

This gives me even more incentive to restructure the docs' section about
the built-in types, since I have to add another chapter on property
objects.

I put it on my to-do list.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-checkins mailing list