diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-14 16:20:53 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-14 16:20:53 (GMT) |
commit | ec07331eea496469165dc3be45fadbeab641e083 (patch) | |
tree | 3961e67fea53d641e0aa587db146fb4ab40b623e /Misc/NEWS | |
parent | a80f4fb0481237e4ca4a9d9a57c52e0181b638f9 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? ================================ |