]> granicus.if.org Git - python/commit
Merged revisions 69100 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 29 Jan 2009 20:30:51 +0000 (20:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 29 Jan 2009 20:30:51 +0000 (20:30 +0000)
commit4ad77e25502b8a9547b3590465bd842a4fb068fb
treecbdb2306202352d644641f332f4eef19ca3511fd
parentfa7e69dc51943a677737e8fc414d2ec196011647
Merged revisions 69100 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69100 | antoine.pitrou | 2009-01-29 21:19:34 +0100 (jeu., 29 janv. 2009) | 5 lines

  Issue #2047: shutil.move() could believe that its destination path was
  inside its source path if it began with the same letters (e.g. "src" vs.
  "src.new").
........
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS