[New-bugs-announce] [issue9808] Implement os.getlogin on Windows

Jon Anglin report at bugs.python.org
Thu Sep 9 05:20:25 CEST 2010


New submission from Jon Anglin <janglin at fortresgrand.com>:

This is a feature request to implement the os.getlogin function on Windows systems.  This may not be a widely used function, but implementing on Windows will bring Python on Windows one step closer to Python on Unix (like) systems.  The os_getlogin.diff file contains my proposed patch to add this functionality for Windows.

----------
components: Library (Lib), Windows
files: os_getlogin.diff
keywords: patch
messages: 115927
nosy: janglin
priority: normal
severity: normal
status: open
title: Implement os.getlogin on Windows
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file18808/os_getlogin.diff

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


More information about the New-bugs-announce mailing list