changeset: 96067:5262dd507ee5 user: Raymond Hettinger date: Fri May 15 16:17:05 2015 -0700 files: Doc/library/functions.rst description: Issue #24064: Docuement that oroperty docstrings are now writeable. diff -r b6fa81bcf118 -r 5262dd507ee5 Doc/library/functions.rst --- a/Doc/library/functions.rst Fri May 15 12:10:53 2015 -0700 +++ b/Doc/library/functions.rst Fri May 15 16:17:05 2015 -0700 @@ -1193,6 +1193,9 @@ 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)