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 77e3ac6..6b4dac5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -349,6 +349,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 #6431: Make Fraction type return NotImplemented when it doesn't