[issue2912] let platform.uname try harder
Benjamin Peterson
report at bugs.python.org
Sat Jun 7 14:43:36 CEST 2008
Benjamin Peterson <musiccomposition at gmail.com> added the comment:
Thanks for volunteering, James! I think you misunderstood the task. Do
you see how in platform's uname, it only tries to find missing values
for os.uname if os.uname doesn't exist? Sometimes os.uname exists, but
it doesn't provide all the values. Your task is to modify platform.uname
to try to fill in missing values in os.uname if they are present.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2912>
_______________________________________
More information about the Python-bugs-list
mailing list