Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e70131

Browse files
committed
Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5
1 parent c3f7d17 commit 6e70131

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/collections.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,9 @@ fields:
934934
>>> Book.title.__doc__ = 'Title of first printing'
935935
>>> Book.authors.__doc__ = 'List of authors sorted by last name'
936936

937+
.. versionchanged:: 3.5
938+
Property docstrings became writeable.
939+
937940
Default values can be implemented by using :meth:`_replace` to
938941
customize a prototype instance:
939942

0 commit comments

Comments
 (0)