]> granicus.if.org Git - python/commit
Issue #2047: shutil.move() could believe that its destination path was
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 29 Jan 2009 20:19:34 +0000 (20:19 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 29 Jan 2009 20:19:34 +0000 (20:19 +0000)
commit707c593761930016d00e7dbeb828e6f8c973622d
tree03960703f6c016656e44ec5bd1bc6a3d02f90a5c
parent6ed1cb001416d6704a5af0f7d8c00ce3e5413d96
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