]> granicus.if.org Git - python/commit
#1492704: Make shutil.copyfile() raise a distinct SameFileError
authorHynek Schlawack <hs@ox.cx>
Thu, 19 Jul 2012 18:23:49 +0000 (20:23 +0200)
committerHynek Schlawack <hs@ox.cx>
Thu, 19 Jul 2012 18:23:49 +0000 (20:23 +0200)
commit77d32833700f6ffc05b04e3838bb52e0bb39e2a9
tree39bed30710637cf1a38048a88090e4571f0446b0
parent7506dab2e8602ac5535aeadd885c18bcc572c236
#1492704: Make shutil.copyfile() raise a distinct SameFileError

Patch by Atsuo Ishimoto.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS