mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
merge
This commit is contained in:
@@ -793,11 +793,6 @@ 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
|
||||
lightweight and require no more memory than regular tuples.
|
||||
|
||||
For simple uses, where the only requirement is to be able to refer to a set
|
||||
of values by name using attribute-style access, the
|
||||
:class:`types.SimpleNamespace` type can be a suitable alternative to using
|
||||
a namedtuple.
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
Added support for *rename*.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user