]> granicus.if.org Git - python/commit
Use the platform-independent way of calling a script from the shell: "python prog...
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:33:56 +0000 (19:33 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 17:33:56 +0000 (19:33 +0200)
commit9f572782514c62d4d542bc873fc88d08993ef41b
tree12a36d711be6f9738b719ed5ddbc93eae97ff2b9
parent3456d4746d398d7fb96b689f2cddf95f99279bf5
Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py"

Found by Micheal Wells on docs@.
Doc/library/argparse.rst