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

Py 3.9+ wishlist #207

Open
goodboy opened this issue Apr 28, 2021 · 0 comments
Open

Py 3.9+ wishlist #207

goodboy opened this issue Apr 28, 2021 · 0 comments

Comments

@goodboy
Copy link
Owner

goodboy commented Apr 28, 2021

Once we get to pinning to 3.9+ this is what i'm hoping to leverage:

async with (
    mng as blah0,
    blah0 as blah1,
):
    # stuff
goodboy added a commit that referenced this issue Apr 28, 2021
Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).

Relates to #207
goodboy added a commit that referenced this issue Apr 28, 2021
Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).

Relates to #207
goodboy added a commit that referenced this issue Apr 28, 2021
Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).

Relates to #207
goodboy added a commit that referenced this issue Apr 28, 2021
Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).

Relates to #207
@goodboy goodboy added this to the 0.1.0a5 milestone Feb 6, 2022
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