Mark Hammond

Results 678 comments of Mark Hammond

I assume that fails just because you can't compare dates with timezones and those without? eg: `datetime(year=2000, month=12, day=25, tzinfo=TimeZoneInfo.local()) == datetime(year=2000, month=12, day=25)` returns `False`

No plans, but I'm happy to keep this open in case someone contributes it.

If you put up a PR here, the CI jobs that run will give you packages you can install with the changes.

Sorry for the delay and for the mess of the license situation. I've been vaguely handwaving for the last many years that everything in this repo is a "psf license"...

Thanks for this! I've had lots of time chewed up tracking down #1912 and I'm traveling for work over the next few weeks, so it might be a little time...

Thanks heaps for pushing on this! > What's an enum in this context? It's a IDL enum (i.e. a C++ unscoped enum) on the COM-side (https://docs.microsoft.com/en-us/windows/win32/midl/enum). And for Python it's...

> I'll have a look at it Thanks! > The problem is that many COM-Servers still evolve. Take for example Excel: every version introduces some new constants to the existing...

Could you please also add a summary of the changes to CHANGES.txt

> It should be principally possible to somehow transform and rebase a branch with several commits, > May still require some sorting and cleaning. OK, thanks - in that case,...