]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise an exception when trying to use shutil.move() to move a directory into
authorBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 21:39:23 +0000 (21:39 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 21:39:23 +0000 (21:39 +0000)
commit75cf0d3ecf010fc400bbf3ee0b28246b14f91275
tree128e2479f2adaafff9282b8a71221e91a932f355
parent7a626b46df34cde1f44a143b7ebcb2ae3a58e9c5
Raise an exception when trying to use shutil.move() to move a directory into
itself.

Closes bug #919012.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/ACKS
Misc/NEWS