]> granicus.if.org Git - python/commit
Merged revisions 69419-69420 via svnmerge from
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 8 Feb 2009 01:58:26 +0000 (01:58 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 8 Feb 2009 01:58:26 +0000 (01:58 +0000)
commit3f48ae35c710c5e5101d5de6721b1e2ccb56df68
tree971feab37df37b7ab70429c75069d36b2c8b9557
parentf72d9fb02f2ff536c64f1e65780b4a414eb3bb4d
Merged revisions 69419-69420 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69419 | nick.coghlan | 2009-02-08 11:26:34 +1000 (Sun, 08 Feb 2009) | 1 line

  Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
........
  r69420 | nick.coghlan | 2009-02-08 11:46:01 +1000 (Sun, 08 Feb 2009) | 1 line

  Mention patch submitter in NEWS entry for r69419
........
Doc/library/runpy.rst
Doc/using/cmdline.rst
Lib/runpy.py
Lib/test/test_cmd_line_script.py
Misc/ACKS
Misc/NEWS