Skip to content

Commit

Permalink
Mention removal of yield from syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 7, 2017
1 parent 2f3b9ce commit c15b8b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES/2343.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Drop Python 3.4 and Python 3.5.0, 3.5.1, 3.5.2.

Minimal supported Python versions are 3.5.3 and 3.6.0.

`yield from` is gone, use `async/await` syntax.

0 comments on commit c15b8b1

Please sign in to comment.