commit | 38f81223ae3e26933faeef1e697d5e4ac978cf45 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Wed May 05 22:15:31 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Wed May 05 22:15:31 2010 +0000 |
tree | 54a454fc7b93df34fa5926e079ec18466745b8f7 | |
parent | 9319548e56f108ee46d0f14c06d39a9ff9612a40 [diff] [blame] |
Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills
diff --git a/Misc/NEWS b/Misc/NEWS index 7f54455..31c83bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Library ------- +- Issue #4265: shutil.copyfile() was leaking file descriptors when disk fills. + Patch by Tres Seaver. + - Issue #7755: Use an unencumbered audio file for tests. - Issue #8621: uuid.uuid4() returned the same sequence of values in the