commit | e8e4b3bfd65582564b5933dcb4d0cdb3157884dc | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Thu Sep 23 20:04:14 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Thu Sep 23 20:04:14 2010 +0000 |
tree | 8e336ca4ac458422fb884f8dfcdd7a86948dc3e3 | |
parent | 70c60449133919af4c598d562b85fcae66d20714 [diff] |
#9808. Implement os.getlogin for Windows, completed by Jon Anglin. The test is semi-dumb, it just makes sure something comes back since we don't have a solid source to validate the returned login. We can't be 100% sure that the USERNAME env var will always match what os.getlogin() returns, so we don't make any specific assertion there.