Enrico Forestieri wrote: > On Sat, Apr 06, 2013 at 10:10:48AM -0700, Pavel Sanda wrote: > > > Enrico Forestieri wrote: > > > 2) Every time Systemcall::startscript() is called with a command starting > > > exactly as "python -tt", the "python" string is replaced with the name > > > of the "good" python, e.g., "python -tt" -> "python2.6.8 -tt". > > > > Yep, but there are parts of code like preview machinery which run > > ForkedCall::startScript() and then no python substitution is called. > > Intended or bug? > > Not intended. If this is the case, ForkedCall::startScript() should > mimic what Systemcall::startscript() does.
Added to bugzilla, #8631. Pavel