]> granicus.if.org Git - python/commit
Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills
authorTarek Ziadé <ziade.tarek@gmail.com>
Wed, 5 May 2010 22:15:31 +0000 (22:15 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Wed, 5 May 2010 22:15:31 +0000 (22:15 +0000)
commit38f81223ae3e26933faeef1e697d5e4ac978cf45
tree54a454fc7b93df34fa5926e079ec18466745b8f7
parent9319548e56f108ee46d0f14c06d39a9ff9612a40
Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS