diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst b/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst new file mode 100644 index 0000000000..eea6f54184 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst @@ -0,0 +1,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. |