diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-21 18:55:04 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-21 18:55:04 (GMT) |
commit | 1da08e77dff8ba59c87e8f0473a00f7df21a806f (patch) | |
tree | 80eb6c9e11e1a158bbfa254243c5e1aac97d41fe /Misc | |
parent | 520e8508a005252fbe0742458bc894475bbb195a (diff) | |
parent | e112153727def076478a84733f30a8f44f4c8844 (diff) | |
download | cpython-1da08e77dff8ba59c87e8f0473a00f7df21a806f.zip cpython-1da08e77dff8ba59c87e8f0473a00f7df21a806f.tar.gz cpython-1da08e77dff8ba59c87e8f0473a00f7df21a806f.tar.bz2 |
Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #12757: Fix the skipping of doctests when python is run with -OO so + that it works in unittest's verbose mode as well as non-verbose mode. + - Issue #7652: Integrate the decimal floating point libmpdec library to speed up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application. |