summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-14 16:20:53 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-14 16:20:53 (GMT)
commitec07331eea496469165dc3be45fadbeab641e083 (patch)
tree3961e67fea53d641e0aa587db146fb4ab40b623e /Misc/NEWS
parenta80f4fb0481237e4ca4a9d9a57c52e0181b638f9 (diff)
downloadcpython-ec07331eea496469165dc3be45fadbeab641e083.zip
cpython-ec07331eea496469165dc3be45fadbeab641e083.tar.gz
cpython-ec07331eea496469165dc3be45fadbeab641e083.tar.bz2
#775964: skip YP/NIS entries instead of failing the test
Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 981b53f..2b6c78c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,13 @@ Library
or otherwise not wait for exiting child processes.
+Tests
+-----
+
+- Issue #775964: test_grp now skips YP/NIS entries instead of failing when
+ encountering them.
+
+
What's New in Python 3.2 Beta 1?
================================