From 29655df11d48d3b2bfdb9b06be79ed512d292c83 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 15 May 2015 16:17:05 -0700 Subject: [PATCH] Issue #24064: Docuement that oroperty docstrings are now writeable. --- Doc/library/functions.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1321c7a4ca..7bee859c23 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) -- 2.50.1