-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Async support #368
Copy link
Copy link
Open
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
This is based on #156 and #224, but I can't reopen those.
In #156 this was marked as a priority but Python 2.7 support was listed as a blocker. As the earliest version of Python now supported is 3.5 (which is after
asynciowas introduced), it seems this blocker has been removed. Since a lot of Python applications (especially webapps) are moving over to async, it would be nice not to have to make workarounds to implement Google Maps support.