]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug 1764407 - the -i switch now does the right thing when using the -m switch
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 25 Aug 2007 10:50:41 +0000 (10:50 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 25 Aug 2007 10:50:41 +0000 (10:50 +0000)
commit1a42ece0c76166b1dead10decb0e54af084b4eb2
tree9940ea5ca96c0dc92e6e282853457349a502a7fa
parentb90f52e93261e94c994893a167c5fb18394f84ac
Fix bug 1764407 - the -i switch now does the right thing when using the -m switch
Lib/runpy.py
Lib/test/test_cmd_line.py
Lib/test/test_runpy.py
Modules/main.c