diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-22 08:55:19 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-22 08:55:19 (GMT) |
commit | af2406f21598c136980cebac6e7e9ecdc353ded6 (patch) | |
tree | 6b0ae33b29538815109289ce2109ed61293955ac /Misc | |
parent | bee2e1897b0194290ce3f5a4b19241b1566dc392 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |