[issue26055] sys.argv[0] is the python file, not ""
New submission from YoungBoy: python tutorial 2.1.1 You can access this list by executing import sys. The length of the list is at least one; when no script and no arguments are given, sys.argv[0] is an empty string. but, when i try it, the sys.argv[0]is the filename,not empty string
[issue26055] sys.argv[0] is the python file, not ""
Changes by YoungBoy : -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/issue26055> ___ ___ Python-bugs-list