summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-01 21:09:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-01 21:09:44 (GMT)
commit7fff09629811ff43d77aca27c6b999634f775fee (patch)
treef6153f684e381d57ce75fed0a4946386b83d9c3c /Misc
parentedc364717ecd31be14c86cc73af1920c9efedf5f (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4319a4a..2a5e2e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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