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 vinay.sajip
Recipients Tom, belopolsky, brian.curtin, r.david.murray, vinay.sajip
Date 2010-09-28.07:13:05
SpamBayes Score 0.00010367879
Marked as misclassified No
Message-id <1285657999.57.0.514293553651.issue9441@psf.upfronthosting.co.za>
In-reply-to
Content
You're right about there not being tests, but if there had been, they would be using the PyWin32 libraries as well and so would need to be reimplemented (if the purpose is to remove the dependency).

Perhaps ctypes would be an alternative implementation approach. Certainly the code has hardly been touched since the initial release, and I would guess that it gets used a fair amount.

I'm not sure to what extent the external dependency is a practical problem: I would guess a large number of Windows users would be using the ActiveState distribution, which includes this dependency.

Of course I'm not saying any of this as an excuse for not having tests :-)
History
Date User Action Args
2010-09-28 07:13:20vinay.sajipsetrecipients: + vinay.sajip, belopolsky, r.david.murray, brian.curtin, Tom
2010-09-28 07:13:19vinay.sajipsetmessageid: <1285657999.57.0.514293553651.issue9441@psf.upfronthosting.co.za>
2010-09-28 07:13:07vinay.sajiplinkissue9441 messages
2010-09-28 07:13:06vinay.sajipcreate