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

Polish docs and ABC, convert everything except multipart and client to async/await syntax #2483

Merged
merged 12 commits into from
Nov 9, 2017
Prev Previous commit
Next Next commit
Add removal changenote
  • Loading branch information
asvetlov committed Nov 8, 2017
commit c1776229914bee3a67e50cb3b947d617c8477564
2 changes: 2 additions & 0 deletions CHANGES/2483.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
`StreamResponse.drain()` is not a part of public API anymore, just use
`await resp.write()`.