Chris Jerdonek added the comment:

> replacing repr(args[0]) with repr(executable) in the identified python should 
> be sufficient for this bug as originally reported.

Yes, almost.  The executable variable is a bytes object so it needs to be 
fsdecoded first.

> I have a test and fix for that.  I'll take care of both.

Let me at least upload what I already prepared.  You can add to it or modify it 
as you see fit.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16114>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to