> On Oct 30, 2016, at 5:36 PM, Guido van Rossum <gu...@python.org> wrote:
> 
> But if you want HTTP, you really should use aiohttp, not some crappy
> version that we might supply in the stdlib. There's nothing
> dishonorable about using a 3rd party package!



Maybe it would make sense to use aiohttp or something to explain the concepts 
of AsyncIO instead of restricting it to just what’s in the standard library? We 
have pip shipped w/ Python now and the venv module exists, so for most people 
installing aiohttp into a virtual environment or something to play with asyncio 
shouldn’t be a big deal.

To be clear, I don’t mean try to extensively document aiohttp, but rather use 
it as a real-ish world introduction to asyncio for folks.

—
Donald Stufft



Reply via email to