Merged revisions 67365 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67365 | benjamin.peterson | 2008-11-23 22:09:03 -0600 (Sun, 23 Nov 2008) | 1 line

  #4396 make the parser module correctly validate the with syntax
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c88576..0e2c036 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,11 @@
 - 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
 ==============================