[issue9808] Implement os.getlogin on Windows

Brian Curtin report at bugs.python.org
Thu Sep 9 16:09:11 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

After a quick glance the patch looks alright, just cleaned a few things up in issue9808.diff (moved the #include up with others, removed 'is not None' from tests).

The test skip decorator could also be moved to the LoginTests class level. Is there any reason the variables could legitimately be different from what getlogin reports?

----------
assignee:  -> brian.curtin
stage:  -> patch review
Added file: http://bugs.python.org/file18811/issue9808.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9808>
_______________________________________


More information about the Python-bugs-list mailing list