Benjamin Peterson <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2912> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com