]> granicus.if.org Git - python/commit
#9808. Implement os.getlogin for Windows, completed by Jon Anglin.
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 23 Sep 2010 20:04:14 +0000 (20:04 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 23 Sep 2010 20:04:14 +0000 (20:04 +0000)
commite8e4b3bfd65582564b5933dcb4d0cdb3157884dc
tree8e336ca4ac458422fb884f8dfcdd7a86948dc3e3
parent70c60449133919af4c598d562b85fcae66d20714
#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.
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c