This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients
Date 2006-03-06.09:21:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=696559

Unfortunately I do not have an access to that machine
running Tru64Unix 5.1. I tried to reproduce on Linux i686
with python-2.4.2 with no luck (that means NIS is not set up
and the test correctly complains there is no NIS configured):

$ ./python Lib/test/test_nis.py
nis.maps()
Traceback (most recent call last):
  File "Lib/test/test_nis.py", line 10, in ?
    raise TestFailed, msg
test.test_support.TestFailed: No NIS master found for any map
$
History
Date User Action Args
2007-08-23 14:14:27adminlinkissue764493 messages
2007-08-23 14:14:27admincreate