gladman added the comment:

Hi Steve,

The behaviour I reported was the same on Python 3.4 and 3.5rc1.  But eryksun 
was correct in suggesting that this was a problem in the way my file 
association for Python was set up. My py_auto_file association was set to: 

"C:\Program Files\Python34\python.exe" "%1"

adding %* on the end fixed the problem.
 
(by the way, thank you for your work on _msvccompiler.py).

   best regards,

     Brian

----------

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

Reply via email to