diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1321c7a4ca0..7bee859c237 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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)