From 93c928ebca309675f26e42332363e8b6cfe6f332 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 26 Jul 2006 17:19:39 +0000 Subject: [PATCH] Minor grammar fix --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index e186646f8a..0b651348e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,7 +27,7 @@ Core and builtins - Patch #1521179: Python now accepts the standard options ``--help`` and ``--version`` as well as ``/?`` on Windows. -- Bug #1520864: unpacking singleton tuples in for loop (for x, in) work +- Bug #1520864: unpacking singleton tuples in a 'for' loop (for x, in) works again. Fixing this problem required changing the .pyc magic number. This means that .pyc files generated before 2.5c1 will be regenerated. -- 2.40.0