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 ebfortin
Recipients brett.cannon, ebfortin, eric.snow, ncoghlan, paul.moore, petr.viktorin, steve.dower, tim.golden, zach.ware
Date 2015-07-29.18:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438193106.59.0.514797441534.issue24748@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest the test should use pywin32. The test script could be only:

import pywintypes
dir(pywintypes)

Testing for an attribute that is defined in the DLL would make it pass or fail.
History
Date User Action Args
2015-07-29 18:05:07ebfortinsetrecipients: + ebfortin, brett.cannon, paul.moore, ncoghlan, tim.golden, petr.viktorin, eric.snow, zach.ware, steve.dower
2015-07-29 18:05:06ebfortinsetmessageid: <1438193106.59.0.514797441534.issue24748@psf.upfronthosting.co.za>
2015-07-29 18:05:06ebfortinlinkissue24748 messages
2015-07-29 18:05:06ebfortincreate