commit | a5573b31532f59a63d9ff24e415592f60f974da4 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 04:16:06 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Mar 18 04:16:06 2008 +0000 |
tree | de0fbae2e59e80927190a0402b25e3e21d8d493f | |
parent | aa5778d1b886f7a4e47855229c8b223b6b39e317 [diff] |
The output directory for tests that compare against stdout is now gone!
diff --git a/Misc/NEWS b/Misc/NEWS index 78aa5f9..f1746b2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Tests ----- +- Output comparison tests are no longer supported. + - Rewrite test_errno to use unittest and no longer be a no-op. - GHOP 234: Convert test_extcall to doctest.