[issue23141] Command line long filename not passed correctly

2014-12-31 Thread Adam Mead
Adam Mead added the comment: Hi, I think I've found the problem. After reading you message and seeing your output I went to my laptop which didn't have python installed (using portable on it) and clean installed. Using a clean install with 3.4.2 on a Win8 machine it worked fine. I s

[issue23141] Command line long filename not passed correctly

2014-12-31 Thread Adam Mead
New submission from Adam Mead: Under windows the following code does not pass the LFN to the script. Nor does any other method I've tried (getopts & argparse) test.py import sys print ('Number of arguments:', len(sys.argv), 'arguments.') print ('Argument Lis