Skip to content
This repository was archived by the owner on Jun 2, 2019. It is now read-only.

Conversation

@quasiyoke
Copy link
Contributor

asyncio supports Python 3.3, but should be installed from external sources in this case. aiohttp stopped supporting Python 3.3 at v. 0.17.4 but my programs works with it OK. I suppose you to decide this case.

@nickoala
Copy link
Owner

nickoala commented Jan 7, 2016

I don't want to support asyncio in Python 3.3, mainly because I don't want to test, and make my code compatible with, one more version of Python. I use the function BaseEventLoop.create_task() which is available only since 3.4.2. In fact, I chose to support async features from Python 3.4.3 on, mainly because that's the version I happened to get my hand on as I was writing them.

@nickoala nickoala closed this Jan 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants