apiaryio / polls-api

Polls is an example web API that allows consumers to view polls and vote in them.
MIT License
46 stars 22 forks source link

Update to Python 3.7 #73

Closed kylef closed 5 years ago

kylef commented 5 years ago

Most change in diff will be wrapping map result in list, in Python 3 map returns a generator instead of a list.