mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #24064: Docuement that oroperty docstrings are now writeable.
This commit is contained in:
parent
42b50d187f
commit
29655df11d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue