]> granicus.if.org Git - python/commitdiff
Issue #24064: Docuement that oroperty docstrings are now writeable.
authorRaymond Hettinger <python@rcn.com>
Fri, 15 May 2015 23:17:05 +0000 (16:17 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 15 May 2015 23:17:05 +0000 (16:17 -0700)
Doc/library/functions.rst

index 1321c7a4ca0ab9aadf9774c20dac43c0fb6ef661..7bee859c237ce6ffd36a052bd3be5f9825d6cd40 100644 (file)
@@ -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)