Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.3-3.43 Support #25

Closed
wants to merge 5 commits into from
Closed

Add Python 3.3-3.43 Support #25

wants to merge 5 commits into from

Conversation

lhl
Copy link

@lhl lhl commented Nov 4, 2016

  • Adds local lib/asyncio w/ a snapshot of standalone asyncio (1.3MB)
  • If Python < 3.4.4, then we will use that local asyncio

lhl and others added 5 commits November 4, 2016 16:15
NOTE: The current standalone tagged version of asyncio is 3.4.3 https://pypi.python.org/pypi/asyncio but can't be used because 3.4.4 introduces ensure_future() and deprecates async(). As a result, the asyncio is a snapshot of the master repo from 2016-11-04 https://github.com/python/asyncio
@lhl
Copy link
Author

lhl commented Nov 5, 2016

Moved to a PR from a dedicated feature branch since this was merging from my master: #27

@lhl lhl closed this Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant