commit | 416b262343d63ddabd103b58f04e58243b681fac | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 16:00:23 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 16:00:23 2009 +0000 |
tree | cdb37c0f3dcb3069ebe000b230c4bb77eebec2c2 | |
parent | ba130b825d5634560ab4d3aeb53873040ed019f1 [diff] |
Merged revisions 73016 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........