Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d134b7

Browse files
author
Johannes Gijsbers
committed
bug #851123: shutil.copyfile will raise an exception when trying to copy a file
onto a link to itself. Thanks Gregory Ball.
1 parent 6812871 commit 9d134b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Extension modules
4141
Library
4242
-------
4343

44+
- bug #851123: shutil.copyfile will raise an exception when trying to copy a
45+
file onto a link to itself. Thanks Gregory Ball.
46+
4447
- bug #570300: Fix inspect to resolve file locations using os.path.realpath()
4548
so as to properly list all functions in a module when the module itself is
4649
reached through a symlink. Thanks Johannes Gijsbers.

0 commit comments

Comments
 (0)