Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
commit0ed58d660230d1174a15343b3f3ec1b6d16fc224
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 May 2009 20:55:35 +0000 (1 20:55 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 May 2009 20:55:35 +0000 (1 20:55 +0000)
tree3a8d613e7a5dfe2b7dee040cbaa9fe42ed89b968
parent60179b36058a51c9ac2184f27ef3609d1e85bf0c
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
error when a named pipe is encountered, rather than blocking infinitely.

git-svn-id: http://svn.python.org/projects/python/trunk@72178 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS