dotlambda

Results 94 comments of dotlambda

I'm just trying to follow [upstream](https://pypi.org/project/async-timeout/)'s recommendation. We could also use ``` if sys.version_info >= (3, 11): from asyncio import timeout else: from async_timeout import timeout ```

I assume neither does anybody else? It would be nice to archive the repository in that case.

This was actually fixed by https://github.com/GNS3/dynamips/commit/fdbbb7d3887eaa5b024bbcbcc14215f420a7e989#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR9. So I agree, a new release would be appropriate.