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 eric.smith
Recipients brian.curtin, eric.smith
Date 2010-01-26.07:36:17
SpamBayes Score 2.0214875e-06
Marked as misclassified No
Message-id <1264491382.26.0.955960915298.issue7766@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch. I fixed some docstrings, modified it to work with the most recent assertIsInstance changes, and added #ifdef for Windows.

There are a number of test failures still, I think all of them relating to errors in platform.py where it calls sys.getwindowsversion() and unpacks the result. I'll look at those soon.
History
Date User Action Args
2010-01-26 07:36:22eric.smithsetrecipients: + eric.smith, brian.curtin
2010-01-26 07:36:22eric.smithsetmessageid: <1264491382.26.0.955960915298.issue7766@psf.upfronthosting.co.za>
2010-01-26 07:36:20eric.smithlinkissue7766 messages
2010-01-26 07:36:20eric.smithcreate