[Python-checkins] cpython: Issue #24064: Docuement that oroperty docstrings are now writeable.

raymond.hettinger python-checkins at python.org
Sat May 16 01:17:28 CEST 2015


https://hg.python.org/cpython/rev/5262dd507ee5
changeset:   96067:5262dd507ee5
user:        Raymond Hettinger <python at rcn.com>
date:        Fri May 15 16:17:05 2015 -0700
summary:
  Issue #24064:  Docuement that oroperty docstrings are now writeable.

files:
  Doc/library/functions.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list