Issue #24064: Docuement that oroperty docstrings are now writeable.

This commit is contained in:
Raymond Hettinger 2015-05-15 16:17:05 -07:00
parent 42b50d187f
commit 29655df11d

View file

@ -1193,6 +1193,9 @@ are always available. They are listed here in alphabetical order.
The returned property object also has the attributes ``fget``, ``fset``, and
``fdel`` corresponding to the constructor arguments.
.. versionchanged:: 3.5
The docstrings of property objects are now writeable.
.. _func-range:
.. function:: range(stop)