]> granicus.if.org Git - python/commit
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked...
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 5 Jul 2012 02:28:16 +0000 (19:28 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 5 Jul 2012 02:28:16 +0000 (19:28 -0700)
commitf01a337950bdcd6905d12b2335ba4d8773f6b8e5
tree69ff081aab477227ca4f239023b0dda4ef34cb3a
parent035997f1a3f2edd53a5f72cf381e5e9a12743a30
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