summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b2292d..d787eb0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,9 @@ Library
Tests
-----
+- test_nis no longer fails when test.test_support.verbose is true and NIS is
+ not set up on the testing machine.
+
- Output comparison tests are no longer supported.
- Rewrite test_errno to use unittest and no longer be a no-op.