commit | 62c20b61cd827341ba6b0b5ea7984306ed9e7cdf | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Tue Nov 02 02:59:55 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Tue Nov 02 02:59:55 2010 +0000 |
tree | c86c083930090c0fae4625edb1b3290bbeaeba9f | |
parent | e5dc24e874da603d29d1e15035e38dd28e72a39f [diff] |
Merged revisions 86105 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86105 | brian.curtin | 2010-11-01 21:07:09 -0500 (Mon, 01 Nov 2010) | 2 lines Clean up ResourceWarnings due to unclosed sockets. Added testDup which was not previously covered in 2.x. ........