Issue1620
Created on 2007-12-14 00:26 by christian.heimes, last changed 2008-01-06 22:29 by admin.
|
msg58598 - (view) |
Author: Christian Heimes (christian.heimes) |
Date: 2007-12-14 00:26 |
|
As reported by Duncan Booth at
http://permalink.gmane.org/gmane.comp.python.general/551183 the new
@spam.getter syntax modifies the property in place but it should create
a new one.
The patch is the first draft of a fix. I've to write unit tests to
verify the patch. It copies the property and as a bonus grabs the
__doc__ string from the getter if the doc string initially came from the
getter as well.
|
|
msg58607 - (view) |
Author: Christian Heimes (christian.heimes) |
Date: 2007-12-14 02:02 |
|
Fixed in r59488
|
|
| Date |
User |
Action |
Args |
| 2008-01-06 22:29:44 | admin | set | keywords:
- py3k versions:
Python 2.6, Python 3.0 |
| 2007-12-14 02:02:11 | christian.heimes | set | status: open -> closed resolution: fixed messages:
+ msg58607 |
| 2007-12-14 00:26:26 | christian.heimes | create | |
|