python3 support | (download) |
tornadio2/conn.py |
7 3 + 4 - 0 !
tornadio2/flashserver.py |
3 1 + 2 - 0 !
tornadio2/persistent.py |
2 1 + 1 - 0 !
tornadio2/polling.py |
7 5 + 2 - 0 !
tornadio2/proto.py |
15 12 + 3 - 0 !
tornadio2/py2compat.py |
16 16 + 0 - 0 !
tornadio2/router.py |
2 1 + 1 - 0 !
tornadio2/server.py |
2 1 + 1 - 0 !
tornadio2/session.py |
11 7 + 4 - 0 !
tornadio2/sessioncontainer.py |
10 8 + 2 - 0 !
10 files changed, 55 insertions(+), 20 deletions(-) |
add python3 support for tornadio2.
Converts exceptions to Python3 style (also supported by Python 2.x).
Unify string handling for Python3.
|