summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-24 04:09:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-24 04:09:03 (GMT)
commit9dfe6a8862f6125cc4b22bd8779126ac29839bab (patch)
tree937f221d8bdfad1747e59e825e8c3fe4ea3d9ef1 /Misc
parent39ff59e57745854ba7d1a220fbc5b5d70c338bd0 (diff)
downloadcpython-9dfe6a8862f6125cc4b22bd8779126ac29839bab.zip
cpython-9dfe6a8862f6125cc4b22bd8779126ac29839bab.tar.gz
cpython-9dfe6a8862f6125cc4b22bd8779126ac29839bab.tar.bz2
#4396 make the parser module correctly validate the with syntax
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7e80a9..8d8b6c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,11 @@ C-API
- Issue #4122: On Windows, fix a compilation error when using the
Py_UNICODE_ISSPACE macro in an extension module.
+Extension Modules
+-----------------
+
+- Issue #4396: The parser module now correctly validates the with statement.
+
What's New in Python 2.6 final
==============================