[issue34297] Windows py.exe launcher fail to handle quote correctly

2020-01-10 Thread Maxime Belanger
Change by Maxime Belanger : -- nosy: +Maxime Belanger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34297] Windows py.exe launcher fail to handle quote correctly

2018-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I verified this much: F:\dev\37>py "-3" -m test.test_idle (null): can't open file '3 -m test.test_idle': [Errno 2] No such file or directory -- components: -Demos and Tools, Distutils nosy: +eryksun, terry.reedy -dstufft, eric.araujo stage: -> test

[issue34297] Windows py.exe launcher fail to handle quote correctly

2018-07-31 Thread Francois Godin
Change by Francois Godin : -- type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ ___

[issue34297] Windows py.exe launcher fail to handle quote correctly

2018-07-31 Thread Francois Godin
New submission from Francois Godin : Using double quote around the version argument will cause a failure. Ex (failure): "py.exe" "-3" "test.py" => run_child: about to run '3" "...\python.exe" "test.py"' => ...\python.exe: can't open file '3 test.py': [Errno 22] Invalid argument Removing the