[issue3002] shutil.copyfile blocks indefinitely on named pipes
Antoine Pitrou
report at bugs.python.org
Mon Mar 9 00:23:52 CET 2009
Antoine Pitrou <pitrou at free.fr> added the comment:
Here is a patch, introducing a new exception named SpecialFileError
which is raised when trying to copy a named pipe. Other kinds of special
file aren't checked for, but they could it we thought it's sensible to
do so.
----------
keywords: +patch
message_count: 7.0 -> 8.0
Added file: http://bugs.python.org/file13269/issue3002.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3002>
_______________________________________
More information about the Python-bugs-list
mailing list