This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients Arfrever, eric.araujo, jcea, larry, serhiy.storchaka, terry.reedy
Date 2012-06-24.01:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340501891.17.0.292150423324.issue15118@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, this patch is definitely ready.  Changes from the last patch:
* The two return types are now exposed in the os module (os.uname_result
  and os.times_result) and are permanently on even if os.uname() or
  os.times() are not available.
* I updated the library to use the field names where appropriate.
  Fun trivia: there are no uses of os.times() in the library--not even
  in the regression test suite.

Of course, with the patch applied python passes the entire regression test suite.  (Of course!)

Can I get a review?
History
Date User Action Args
2012-06-24 01:38:12larrysetrecipients: + larry, terry.reedy, jcea, eric.araujo, Arfrever, serhiy.storchaka
2012-06-24 01:38:11larrysetmessageid: <1340501891.17.0.292150423324.issue15118@psf.upfronthosting.co.za>
2012-06-24 01:38:10larrylinkissue15118 messages
2012-06-24 01:38:10larrycreate