]> 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:32:41 +0000 (10:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Feb 2014 08:32:41 +0000 (10:32 +0200)
commit6a45021084f287cf389205939784d32f29efb20c
tree5ae62310475dd8f07c68f716bdd452b7fee6a8c8
parent42ec031fe75601710b4edbfe7e617b97b4948de6
parent3a308b9f374da7f11df888f104dae6464e81d73d
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