[issue37701] shutil.copyfile raises SpecialFileError for symlink to fifo

Christopher Hunt report at bugs.python.org
Tue Dec 14 22:45:07 EST 2021


Christopher Hunt <chrahunt at gmail.com> added the comment:

> I expect it to fail if follow_symlinks is True, which is the default value. I expect it to succeed with follow_symlinks=False, which should create a shallow copy of just the symlink, regardless of its target.

I agree, thanks for the correction.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37701>
_______________________________________


More information about the Python-bugs-list mailing list