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

........
  r74163 | tarek.ziade | 2009-07-22 10:55:19 +0200 (Wed, 22 Jul 2009) | 1 line

  Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O
........
diff --git a/Misc/NEWS b/Misc/NEWS
index da7fa5b..3f25faf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -940,6 +940,9 @@
 Library
 -------
 
+- Issue #6545: Removed assert statements in distutils.Extension, so the 
+  behavior is similar when used with -O.
+
 - unittest has been split up into a package.  All old names should still work.
 
 - Issue #6466: now distutils.cygwinccompiler and distutils.emxccompiler