Coconut v3.0.2
See Coconut's documentation for more information on all of the features listed below.
This is another patch release, mainly for #751 and #755.
New features:
- #753:
async with for
loops provide a simple syntax for implementing the recommended pattern for handlingasync
generators.
Language changes:
- #752:
typing
imports will redirect totyping_extensions
whenever possible to ensure you always get the latest implementation oftyping
objects on all versions. - #754:
async
generators and some related utilities will now be automatically backported to 3.5 via theasync_generator
library. - #748: Certain confusing Unicode operator alternatives removed.
Compiler changes:
- #750:
coconut.convenience
renamed tococonut.api
(coconut.convenience
is still available as an alias for backwards compatibility).
Bugfixes: