commit | ce28a01e350bee803bbddab873090e59fb9d0c4c | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Jul 22 17:37:11 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Jul 22 17:37:11 2009 +0000 |
tree | a923763fa8f75109b64f2d6282f66ceae6058a56 | |
parent | 11a81b21518a263aea9642f29cbd9e78326982a6 [diff] |
Merged revisions 74175 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74175 | r.david.murray | 2009-07-22 13:22:58 -0400 (Wed, 22 Jul 2009) | 4 lines Backport of fix for issue 6542: make sure test_os.TestInvalidFD.test_closerange does not close any valid file descriptors. ........