commit | 8c826b77e033df4e0a1b4ae39c9eafe3bd68336d | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Fri Jun 19 18:02:28 2009 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Fri Jun 19 18:02:28 2009 +0000 |
tree | 37bda45ede9dac609f4fc6ade1d870f0964f4301 | |
parent | 5fe420e34c0827902cd237f9225b25f446288e47 [diff] [blame] |
Issue #6274. Fixed a potential FD leak in subprocess.py.
diff --git a/Misc/NEWS b/Misc/NEWS index 839d819..4f59ba6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -327,6 +327,8 @@ Library ------- +- Issue #6274: Fixed possible file descriptors leak in subprocess.py + - Issue #6189: Restored compatibility of subprocess.py with Python 2.2. - Issue #6287: Added the license field in Distutils documentation.