This commit is contained in:
Raymond Hettinger 2015-11-23 22:19:12 -08:00
commit c880ef8d30
1 changed files with 3 additions and 0 deletions

View File

@ -934,6 +934,9 @@ fields:
>>> Book.title.__doc__ = 'Title of first printing'
>>> Book.authors.__doc__ = 'List of authors sorted by last name'
.. versionchanged:: 3.5
Property docstrings became writeable.
Default values can be implemented by using :meth:`_replace` to
customize a prototype instance: