summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-01-06 19:02:24 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2009-01-06 19:02:24 +0000
commit6d30b685c8468ba2d03a11366b4fdbc17e6258f1 (patch)
treec50b86f60e1c0caac569031192f0dadf05b85ace /Python/pythonrun.c
parent0211b71becbd951de9060f075d34593a96110ca7 (diff)
downloadcpython-6d30b685c8468ba2d03a11366b4fdbc17e6258f1.tar.gz
Merged revisions 68360-68361 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68360 | antoine.pitrou | 2009-01-06 19:10:47 +0100 (mar., 06 janv. 2009) | 7 lines Issue #1180193: When importing a module from a .pyc (or .pyo) file with an existing .py counterpart, override the co_filename attributes of all code objects if the original filename is obsolete (which can happen if the file has been renamed, moved, or if it is accessed through different paths). Patch by Ziga Seilnacht and Jean-Paul Calderone. ........ r68361 | antoine.pitrou | 2009-01-06 19:34:08 +0100 (mar., 06 janv. 2009) | 3 lines Use shutil.rmtree rather than os.rmdir. ........
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions