yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Support Python 3 apps (compat 5) #194

Closed stefanor closed 7 years ago

stefanor commented 7 years ago

Supports Python 3 applications, when the compat level is 5.

Doing things across pythons can be a bit hacky. But a lot of the messiness of Python 2 VEs goes away with Python 3.

Fixes: yola/production#3779

blaix commented 7 years ago

snitch will not be silenced!

stefanor commented 7 years ago

Those were all rebased away, except a print() complaint, which I only realised I'd deleted afterwards. There's nothing wrong with having a print in that case. It's probably a bad thing in a WSGI app. Not in a command line tool.