PEP 448: additional unpacking generalizations (closes #2292)

Patch by Neil Girdhar.
diff --git a/Misc/ACKS b/Misc/ACKS
index e34d711..87a6c4a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -493,6 +493,7 @@
 Michael Gilfix
 Julian Gindi
 Yannick Gingras
+Neil Girdhar
 Matt Giuca
 Wim Glenn
 Michael Goderbauer
diff --git a/Misc/NEWS b/Misc/NEWS
index f6b5743..c301292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #2292: PEP 448: Additional Unpacking Generalizations.
+
 - Issue #24096: Make warnings.warn_explicit more robust against mutation of the
   warnings.filters list.