]> 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:59 +0000 (10:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Feb 2014 08:30:59 +0000 (10:30 +0200)
commit3a308b9f374da7f11df888f104dae6464e81d73d
tree2c2c4c76ca9945fd642051dacb2d2dc235a11b76
parentc2f665e721e4e4629cc4a2c5eb6464c3dc7325e3
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