summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst
blob: eea6f5418484aab9e3ed2ce915a4ecb54d19b48f (plain)
1
2
3
4
5
collections.namedtuple() misspelled the name of an attribute.  To be
consistent with typing.NamedTuple, the attribute name should have been
"_field_defaults" instead of "_fields_defaults".  For backwards
compatibility, both spellings are now created.  The misspelled version may
be removed in the future.