Property and "fset" in Python 2.4

R

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 an old-style class as
in "python-Bugs-1207379",
http://www.mail-archive.com/[email protected]/msg03434.html.

Before I clog up the digest with details and code snippets, does this sound
familiar to anyone?

-- Rob Pawsner, Los Angeles
 
B

Bengt Richter

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 an old-style class as
in "python-Bugs-1207379",
http://www.mail-archive.com/[email protected]/msg03434.html.

Before I clog up the digest with details and code snippets, does this sound
familiar to anyone?
A snippet demonstrating a real bug would be helpful.
A snippet demonstrating a misunderstanding could be helpful.
What's the problem? ;-)

Regards,
Bengt Richter
 
M

Michael Hoffman

Rob said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,264
Messages
2,571,317
Members
48,003
Latest member
coldDuece

Latest Threads

Top