Issue #2047: shutil.move() could believe that its destination path was
commit98f7db3b712b43926dae2b83d64505359b3eab7b
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Jan 2009 20:19:34 +0000 (29 20:19 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Jan 2009 20:19:34 +0000 (29 20:19 +0000)
tree1e33530268819d13f66ce4070c6949a047192aed
parentbc4dba3972cda5eebdd5c5e0f5a7a50737e01652
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").

git-svn-id: http://svn.python.org/projects/python/trunk@69100 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS