mirror of https://github.com/zulip/zulip.git
da36947400
runtornado unbuffers its output using sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0). This is not python 3 compatible since we can't specify buffering on a text stream in python 3. So use the '-u' option of python when calling runtornado.py to make output unbuffered. |
||
---|---|---|
.. | ||
commands | ||
__init__.py |