summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-22 08:55:19 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-22 08:55:19 (GMT)
commitaf2406f21598c136980cebac6e7e9ecdc353ded6 (patch)
tree6b0ae33b29538815109289ce2109ed61293955ac /Misc
parentbee2e1897b0194290ce3f5a4b19241b1566dc392 (diff)
downloadcpython-af2406f21598c136980cebac6e7e9ecdc353ded6.zip
cpython-af2406f21598c136980cebac6e7e9ecdc353ded6.tar.gz
cpython-af2406f21598c136980cebac6e7e9ecdc353ded6.tar.bz2
Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77e3ac6..6b4dac5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -349,6 +349,9 @@ Core and Builtins
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