﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36434	manage.py runserver only respects python -u flag if --noreload is present (-u flag forces streams to be unbuffered)	Ivan		"From python help:

{{{
-u     : force the stdout and stderr streams to be unbuffered;
         this option has no effect on stdin; also PYTHONUNBUFFERED=x

}}}

Running **manage.py runserver** only respects python -u flag if --noreload is present, meanwhile setting the environment variable PYTHONUNBUFFERED=1 works fine.

The solution is likely to make sure subprocesses to be called with the very same flag."	Bug	new	Uncategorized	5.1	Normal		runserver, -u, PYTHONUNBUFFERED		Unreviewed	0	0	0	0	0	0
