Thomas Grainger
Thomas Grainger
@stub42 I see that you are also a maintainer of the project - is it possible for you to review my PRs and make a release?
@btimby @stub42 I now maintain a fork at `pip install radius`
@funkyHat this fix is available to install with `pip install radius==0.0.4`
@funkyHat I didn't make a release for your flake8 fix, but it's available [here](/Osirium/py-radius)
@gorakhargosh FYI pyasn1 has a py3 release now
how about with PEP 622 ```python try: async with something: something.raise_concurrent() except MultiError as e: match e: case MultiError(OSError(errno)): print(f"{errno=}") ```
I think if exceptiongroup lands in CPython, supporting the following syntax will be quite persuasive: eg ```python try: async with something: something.raise_concurrent() match MultiError as e: case MultiError(OSError(errno)): print(f"{errno=}") ```...
you can't use sock.local > ".local" is the domain used to advertise with multicast DNS. you need to use a subdomain of your own domain name.
here it needs to re-wrap in a parenth form
@shayne can you also enable issues on this repo?