commit | b3f95d7ff17f64de1a3b9b0d1e36d9a89748be3f | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Wed Mar 21 15:02:30 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Wed Mar 21 15:02:30 2012 -0400 |
tree | 59ed50c18fb08f1c92669757e87ffd2ad266cce3 | |
parent | 7c010ee00cc0bfb859c326d9a78bd8dd2bf92246 [diff] [blame] |
#12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
diff --git a/Misc/NEWS b/Misc/NEWS index 65b5c17..5f715cf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,9 @@ 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 #3573: IDLE hangs when passing invalid command line args (directory(ies) instead of file(s)) (Patch by Guilherme Polo)