summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-19 16:50:13 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-19 16:50:13 (GMT)
commit7919d98d566c7c1491636e69d61b816358023914 (patch)
tree9c9d3333a9703290772581e2153d9e0bb04c5284 /Misc/NEWS
parent12b580b2c6f9af180d7c66910f4fa4c1a26e2d41 (diff)
downloadcpython-7919d98d566c7c1491636e69d61b816358023914.zip
cpython-7919d98d566c7c1491636e69d61b816358023914.tar.gz
cpython-7919d98d566c7c1491636e69d61b816358023914.tar.bz2
test_nis would fail if test.test_support.verbose was true but NIS was not set
up on the machine. Closes issue2411. Thanks Michael Bishop.
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.