summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-26 17:19:39 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-26 17:19:39 (GMT)
commit93c928ebca309675f26e42332363e8b6cfe6f332 (patch)
tree9a79e69ebdef0e6f3980cd0f6ba6a5ba5b29e0bc
parenta1da20472ff55572468ced2747300d0310c17117 (diff)
downloadcpython-93c928ebca309675f26e42332363e8b6cfe6f332.zip
cpython-93c928ebca309675f26e42332363e8b6cfe6f332.tar.gz
cpython-93c928ebca309675f26e42332363e8b6cfe6f332.tar.bz2
Minor grammar fix
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e186646..0b65134 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.