]> granicus.if.org Git - python/commit
Issue 1577: shutil.move() where destination is a directory was doing a
authorSean Reifscheider <jafo@tummy.com>
Tue, 18 Mar 2008 17:24:12 +0000 (17:24 +0000)
committerSean Reifscheider <jafo@tummy.com>
Tue, 18 Mar 2008 17:24:12 +0000 (17:24 +0000)
commit493894c3e0abb9ec32f51f9c0630ddeee8a06719
tree154ffc47b5eb50d322362af1a43e5e8936356af3
parentc81d3dc8535a4a4a608e3b0a9da5079bfe80cf54
Issue 1577: shutil.move() where destination is a directory was doing a
copy, now it is doing a os.rename() if it's on the same file-system.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS