﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
277	Fix sys.executable detection	dmik		"This works right:
{{{
D:>python -c 'import sys; print sys.executable'
C:/USR/BIN/python.exe
}}}

This works wrong:
{{{
D:>python2.7 -c 'import sys; print sys.executable'
D:/Coding/Tests/python/
}}}"	defect	closed	major		python		medium	fixed		
