summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_property.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #1620: New @spam.getter property syntax modifies the property in ↵Christian Heimes2007-12-141-0/+98
place. I added also the feature that a @prop.getter decorator does not overwrite the doc string of the property if it was given as an argument to property().