pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
501 stars 239 forks source link

add calls to want_bytes in various places #23

Closed coriolinus closed 8 years ago

coriolinus commented 9 years ago

A quick fix for bug #22.

These places had all raised TypeErrors in Python 3. This patches those places with conversion calls and fixes those errors.

May not be a complete fix, but I'm not diving deeply into this project at this moment.