PythonRails / rails

Python on Rails framework
MIT License
23 stars 2 forks source link

python3 only #2

Closed Deepwalker closed 9 years ago

Deepwalker commented 9 years ago

If you create new thing – its meaningful to work with python2 branch. Train already is far away – asyncio, yield from, you name it. Its just does not make sense to create new thing for old branch, that almost unsupported – security bugfixes is not real support.

1st commented 9 years ago

You are correct! We use python-compatible code here. When we will find that we need switch to Python 3 because we can't use some old tools - we do this. Current code can be run on python3 without errors. But to be sure - we need to create some tests for this.