Ben Rowland

Results 35 comments of Ben Rowland

> First of all, most of the modern tools you have exemplified are for Python3 only. > > So if we were to adopt some of them, it would be...

I have a project which implements a COM server using `comtypes` with `tox` for testing. In that case, I depend on a separate COM server implemented in C++ and in...

> This repository currently contains `... /comtypes/test/mylib.tlb`, `... /comtypes/test/TestComServer.tlb` and `... /comtypes/test/TestDispServer.tbl`. > Is this not a good practice currently? Well, personally I would put the test folder outside of...

I can confirm that that would solve my use case, but I assumed that there was some good reason for reading the fragments in binary mode in the first place....

@adiroiban thanks for the feedback. I should point out that I am just a user of `sphinxcontrib-towncrier`, I was going to open an issue with them but thought I would...