Re: [Python-Dev] API design: where to add async variants of existing stdlib APIs?

2017年2月28日 22:54:08 -0800

On 02/28/2017 09:42 PM, Nick Coghlan wrote:
So would folks be OK with my asking the author of the PR for 
https://bugs.python.org/issue29679 (adding
asynccontextmanager) to rewrite the patch to add it as 
asyncio.contextlib.asyncontextmanager (with a cross-reference
from the synchronous contextlib docs), rather than the current approach of 
adding it directly to contextlib?
I like the idea of keep the asyncio stuff in one general location.
--
~Ethan~
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to