corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
877 stars 137 forks source link

Drop support for EOL Python 2.6 (alternate) #232

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

This is the same as https://github.com/corydolphin/flask-cors/pull/231 but, as requested, with the mutable default argument left in.

Take your pick :) Thanks!

Closes #231.