Message58598
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. |
|
| Date |
User |
Action |
Args |
| 2007-12-14 00:26:27 | christian.heimes | set | spambayes_score: 0.0382114 -> 0.0382114 recipients:
+ christian.heimes, gvanrossum |
| 2007-12-14 00:26:26 | christian.heimes | set | spambayes_score: 0.0382114 -> 0.0382114 messageid: <1197591986.68.0.971719358978.issue1620@psf.upfronthosting.co.za> |
| 2007-12-14 00:26:26 | christian.heimes | link | issue1620 messages |
| 2007-12-14 00:26:25 | christian.heimes | create | |
|