]> granicus.if.org Git - python/commit
Issue #24064: Property() docstrings are now writeable.
authorRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 08:09:59 +0000 (01:09 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 13 May 2015 08:09:59 +0000 (01:09 -0700)
commiteac503aeac6fedc81001b9e1136957d45b9a2c51
tree9b39bdd76843421487a78e56b2eb50c548e47d04
parentf2244eaf9e3148d6270839e9aa7c2ad9752c17ed
Issue #24064: Property() docstrings are now writeable.
(Patch by Berker Peksag.)
Doc/library/collections.rst
Doc/whatsnew/3.5.rst
Lib/test/test_collections.py
Lib/test/test_descr.py
Lib/test/test_property.py
Misc/NEWS
Objects/descrobject.c