[issue9441] increase logging handlers test coverage

Vinay Sajip report at bugs.python.org
Tue Sep 28 09:13:19 CEST 2010


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

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 :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9441>
_______________________________________


More information about the Python-bugs-list mailing list