Kaydet (Commit) 29655df1 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

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

üst 42b50d18
...@@ -1193,6 +1193,9 @@ are always available. They are listed here in alphabetical order. ...@@ -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 The returned property object also has the attributes ``fget``, ``fset``, and
``fdel`` corresponding to the constructor arguments. ``fdel`` corresponding to the constructor arguments.
.. versionchanged:: 3.5
The docstrings of property objects are now writeable.
.. _func-range: .. _func-range:
.. function:: range(stop) .. function:: range(stop)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment