summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst
diff options
context:
space:
mode:
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.rst5
1 files changed, 0 insertions, 5 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
deleted file mode 100644
index eea6f54184..0000000000
--- a/Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-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.