Commit 9d134b73 authored by Johannes Gijsbers's avatar Johannes Gijsbers

bug #851123: shutil.copyfile will raise an exception when trying to copy a file

onto a link to itself. Thanks Gregory Ball.
parent 68128715
......@@ -41,6 +41,9 @@ Extension modules
Library
-------
- bug #851123: shutil.copyfile will raise an exception when trying to copy a
file onto a link to itself. Thanks Gregory Ball.
- bug #570300: Fix inspect to resolve file locations using os.path.realpath()
so as to properly list all functions in a module when the module itself is
reached through a symlink. Thanks Johannes Gijsbers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment