Shouldn't it not define a default property if there isn't one? Then it can hasattr(obj, 'default') to find if it is there or not.
On 9/7/05, Sune Kirkeby <[EMAIL PROTECTED]> wrote: > > On 9/7/05, jws <[EMAIL PROTECTED]> wrote: > > Why not just NOT_PROVIDED = ''? > > Because '' is a very reasonable default. >
