]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #697556, test_posix fails: getlogin
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2003 13:30:14 +0000 (13:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2003 13:30:14 +0000 (13:30 +0000)
commit6e54f579a68c1c8e567a49464afda8599a03b7a7
treebc0439bdaa78d473f793e85c7aa33d9ebb546827
parent6613fb8412ce9551875c200af77d4c41f6911772
Fix SF bug #697556, test_posix fails: getlogin

getlogin() can fail for too many reasons, so remove the test
Lib/test/test_posix.py