Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
diff --git a/Misc/NEWS b/Misc/NEWS
index 080f4a7..b352765 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
+
 - Bug #1441486: The literal representation of -(sys.maxint - 1)
   again evaluates to a int object, not a long.