]> granicus.if.org Git - python/commit
Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead...
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:51:08 +0000 (14:51 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:51:08 +0000 (14:51 +0000)
commitc5e448524818df5858e1fe98ce81aeb5ca3a14c4
tree27b36363e476e8cee3ff8dcb0e73326eb552c4eb
parent54677da895fdb4a58b15cf46cadd0659db6eb3e9
Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed
Doc/using/cmdline.rst
Misc/NEWS
Modules/main.c