• Antoine Pitrou's avatar
    Merged revisions 68360-68361 via svnmerge from · d35cbf6e
    Antoine Pitrou yazdı
    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.
    ........
    d35cbf6e
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
INTBENCH Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
RELNOTES Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...