This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gladman
Recipients eryksun, gladman, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-11.13:59:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439301570.61.0.13811505162.issue24843@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-08-11 13:59:30gladmansetrecipients: + gladman, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2015-08-11 13:59:30gladmansetmessageid: <1439301570.61.0.13811505162.issue24843@psf.upfronthosting.co.za>
2015-08-11 13:59:30gladmanlinkissue24843 messages
2015-08-11 13:59:30gladmancreate