]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked...
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 5 Jul 2012 02:33:45 +0000 (19:33 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 5 Jul 2012 02:33:45 +0000 (19:33 -0700)
commitf28fbabc7fa7cf1c4880ce39b507f600def35439
tree80fb013697540a163409e6c972f35a38d309aaa4
parent53089c6e91f6152bc43776587e82a0bbeb574fe0
parentf01a337950bdcd6905d12b2335ba4d8773f6b8e5
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
Lib/test/test_cmd_line_script.py
Misc/NEWS
Modules/main.c