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 2.7 support #22

Open
3 tasks
jonisb opened this issue Jan 8, 2018 · 0 comments
Open
3 tasks

add Python 2.7 support #22

jonisb opened this issue Jan 8, 2018 · 0 comments
Milestone

Comments

@jonisb
Copy link
Owner

jonisb commented Jan 8, 2018

  • The syntax for set literals ({1,2,3} is a mutable set).
  • Dictionary and set comprehensions ({i: i*2 for i in range(3)}).
  • Multiple context managers in a single with statement.
@jonisb jonisb added this to the Phase 2 milestone Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant