]> granicus.if.org Git - python/commit
shutil.move() will raise an exception when trying to move a directory into
authorBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 21:11:35 +0000 (21:11 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 21:11:35 +0000 (21:11 +0000)
commit1c3fa18be76d1bcddb2de516913f46a32c5ed860
tree475daa275d1e5576db99336f2397f6318f0275ea
parentb46ed71d706d2f94552e13664c08706421263856
shutil.move() will raise an exception when trying to move a directory into
itself.

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