[issue23141] Command line long filename not passed correctly

R. David Murray report at bugs.python.org
Wed Dec 31 15:39:20 CET 2014


R. David Murray added the comment:

What do you mean by "does not pass the LFN to the script?

Everything works fine for me with python3:

C:\>test "test lfn.txt"
['C:\\test.py', 'test lfn.txt']

argparse and getopt both depend on sys.argv, by the way, so it's no surprise they didn't have different behavior.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23141>
_______________________________________


More information about the Python-bugs-list mailing list