[issue1620] New @spam.getter property syntax modifies the property in place

2007-12-13 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r59488 -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python

[issue1620] New @spam.getter property syntax modifies the property in place

2007-12-13 Thread Christian Heimes
New submission from Christian Heimes: 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 th