]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed bug #1620: New @spam.getter property syntax modifies the property in place.
authorChristian Heimes <christian@cheimes.de>
Fri, 14 Dec 2007 02:35:23 +0000 (02:35 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 14 Dec 2007 02:35:23 +0000 (02:35 +0000)
commit90e10e79ea1be00489fd68e10e67911dda0567c9
treec7e070c1d944fcdcced68537366fe1e841d4cf15
parent52729ac856dea01cedc8661d1cfc2f58efe9a2ad
Fixed bug #1620: New @spam.getter property syntax modifies the property in 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().
Lib/test/test_property.py [new file with mode: 0644]
Misc/NEWS
Objects/descrobject.c