commit | 7fff09629811ff43d77aca27c6b999634f775fee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 01 21:09:44 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 01 21:09:44 2009 +0000 |
tree | f6153f684e381d57ce75fed0a4946386b83d9c3c | |
parent | edc364717ecd31be14c86cc73af1920c9efedf5f [diff] |
Merged revisions 72178 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72178 | antoine.pitrou | 2009-05-01 22:55:35 +0200 (ven., 01 mai 2009) | 4 lines Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an error when a named pipe is encountered, rather than blocking infinitely. ........