| commit | 707c593761930016d00e7dbeb828e6f8c973622d | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 29 20:19:34 2009 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 29 20:19:34 2009 +0000 |
| tree | 03960703f6c016656e44ec5bd1bc6a3d02f90a5c | |
| parent | 6ed1cb001416d6704a5af0f7d8c00ce3e5413d96 [diff] |
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").