]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix an incompatibility between the -i and -m command line switches as reported on...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 24 Jul 2007 13:58:28 +0000 (13:58 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 24 Jul 2007 13:58:28 +0000 (13:58 +0000)
commit13c25c08ca9e154e337cc7d7c258d9286304ed16
tree4896411a1b4c6f16595dda57d4a1e13a8687fec1
parent4f82a03714ad08825bb5554988d9e2dd1fc30dd5
Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates
Doc/lib/librunpy.tex
Lib/runpy.py
Lib/test/test_runpy.py