mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Fix versionchanged.
This commit is contained in:
parent
d45bf58d77
commit
b62ad24cd8
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ they add the ability to access fields by name instead of position index.
|
||||||
Named tuple instances do not have per-instance dictionaries, so they are
|
Named tuple instances do not have per-instance dictionaries, so they are
|
||||||
lightweight and require no more memory than regular tuples.
|
lightweight and require no more memory than regular tuples.
|
||||||
|
|
||||||
.. versionchanged:: 2.7
|
.. versionchanged:: 3.1
|
||||||
added support for *rename*.
|
added support for *rename*.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue