Re: Property and "fset" in Python 2.4

2005-09-15 Thread Michael Hoffman
Rob Pawsner wrote: > Before I clog up the digest with details and code snippets, does this > sound familiar to anyone? It's almost always best to post details and code snippets. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Re: Property and "fset" in Python 2.4

2005-09-14 Thread Bengt Richter
On Wed, 14 Sep 2005 18:12:44 -0700, "Rob Pawsner" <[EMAIL PROTECTED]> wrote: >With this setup -- > >PythonWin 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] >on win32. > >-- I'm seeing the old bug which made "fset" methods unusable with declared >properties of a class. Even w

Property and "fset" in Python 2.4

2005-09-14 Thread Rob Pawsner
With this setup -- PythonWin 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32. -- I'm seeing the old bug which made "fset" methods unusable with declared properties of a class. Even worse, this is happening with a fourth-generation descendent of the Object class, not