commit | 72121c6c302d0e177d3f738f51685e0664343ccc | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 27 19:45:49 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jan 27 19:45:49 2013 +0200 |
tree | 9726a5cc30b27f6ba012b8be330d6b87f808f1c5 | |
parent | 6d3a8605a5f41cbd5ca9c56eefa2a1684f9fd692 [diff] [blame] |
- Issue #17041: Fix testing when Python is configured with the --without-doc-strings option.
diff --git a/Misc/NEWS b/Misc/NEWS index 243781d..cd16670 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -674,6 +674,9 @@ Tests ----- +- Issue #17041: Fix testing when Python is configured with the + --without-doc-strings option. + - Issue #15539: Added regression tests for Tools/scripts/pindent.py. - Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.