Message2475

Author tibu
Recipients
Date 2005-11-19.12:45:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi

Here is a patch for PyProperty.java. It fixes it so
that it passes the test in test_descr.py/properties()
as for Python 2.3.
The following issues are solved:

- Setting a property via __set__ was failing
- Attempts to set __doc__, fget, fset and fdel should
throw a TypeError("readonly") exceptions

Additionally a patch for inspect.py is included

Carlos Quiroz
History
Date User Action Args
2008-02-20 17:18:30adminlinkissue1361317 messages
2008-02-20 17:18:30admincreate