]> granicus.if.org Git - python/commit
Raise an exception when src and dst refer to the same file via a hard link or a
authorJohannes Gijsbers <jlg@dds.nl>
Sat, 14 Aug 2004 13:30:02 +0000 (13:30 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sat, 14 Aug 2004 13:30:02 +0000 (13:30 +0000)
commit46f1459860280d9f57d92f1fb389f657e0b2724b
treef94de8d643c7a7171d664e73ca75999251ee8223
parent404b06814c1e6d527b6e659a907ca1b15a6eaa28
Raise an exception when src and dst refer to the same file via a hard link or a
symbolic link (bug #851123 / patch #854853, thanks Gregory Ball).
Lib/shutil.py
Lib/test/test_shutil.py