diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-01 21:09:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-01 21:09:44 (GMT) |
commit | 7fff09629811ff43d77aca27c6b999634f775fee (patch) | |
tree | f6153f684e381d57ce75fed0a4946386b83d9c3c /Misc | |
parent | edc364717ecd31be14c86cc73af1920c9efedf5f (diff) | |
download | cpython-7fff09629811ff43d77aca27c6b999634f775fee.zip cpython-7fff09629811ff43d77aca27c6b999634f775fee.tar.gz cpython-7fff09629811ff43d77aca27c6b999634f775fee.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ Installation Library ------- +- Issue #3002: ``shutil.copyfile()`` and ``shutil.copytree()`` now raise an + error when a named pipe is encountered, rather than blocking infinitely. + - Issue #5857: tokenize.tokenize() now returns named tuples. - Issue #4305: ctypes should now build again on mipsel-linux-gnu |