summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-18 04:16:06 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-18 04:16:06 (GMT)
commita5573b31532f59a63d9ff24e415592f60f974da4 (patch)
treede0fbae2e59e80927190a0402b25e3e21d8d493f /Misc
parentaa5778d1b886f7a4e47855229c8b223b6b39e317 (diff)
downloadcpython-a5573b31532f59a63d9ff24e415592f60f974da4.zip
cpython-a5573b31532f59a63d9ff24e415592f60f974da4.tar.gz
cpython-a5573b31532f59a63d9ff24e415592f60f974da4.tar.bz2
The output directory for tests that compare against stdout is now gone!
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 78aa5f9..f1746b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Library
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.