You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.
@willmcgugan thanks for the headsup, this does indeed look a bit strange. We tried to remember why we wrote it this way, and came to the conclusion that it has to do with the deprecation logic of the async argument. async will become a keyword in Python 3.6, so we introduced a deprecation path a while ago (using async_mode instead of async). We will remove async completely in the next major release, and simplify that line of code as you suggested.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been browsing the Client code and I came across a line in base.py that stands out.
I'm guessing this is the intended effect?
The text was updated successfully, but these errors were encountered: