]> granicus.if.org Git - python/commit
Issue #19856: shutil.move() failed to move a directory to other directory
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Feb 2014 08:30:06 +0000 (10:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Feb 2014 08:30:06 +0000 (10:30 +0200)
commita4b9c878e41adcd057e8610c5847c7db0a614a6a
tree3792c15b9357d57ad9d2304088eb76b4957132ca
parentd0b7ac55560b80eecc8b55706cb4cfe201763fdb
Issue #19856: shutil.move() failed to move a directory to other directory
on Windows if source name ends with os.altsep.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS