Results 965 comments of Thomas Grainger

Might be worth enabling encoding warnings

pkg_resources is now deprecated. importlib.metadata is available for loading entrypoints in all supported (3.8+) versions of python

> We are in dire need of more asyncio experts. @1st1 this isn't urgent but would be nice to have your perspective in time to do this in 3.12. It...

@gvanrossum I can definitely help adding deprecations!

isn't this going to cause issues with structured concurrency objects (those that use `asyncio.current_task()`, eg timeout and TaskGroup)? eg in ```python async def some_task(): async with asyncio.timeout(1): await asyncio.Event().wait() #...

> Speaking as someone who has bounced between suds forks for the last few years I would love to see an official rally point everyone can contribute to. Excited to...

@WhyNotHugo I use suds via psphere, I'm not familiar with suds or soap and so would need help porting to zeep: see https://github.com/psphere-project/psphere/pull/28

can you show what's on line 146?

There's always CloudF**lare**

@dzsessona is this project still maintained?