commit | 04d8b220e1be5ab1ace3efb5f8a677c523c41a36 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Thu Oct 14 01:14:36 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Thu Oct 14 01:14:36 2010 +0000 |
tree | 26c4f145c83449403f1045229149ef8bcf9c07d8 | |
parent | 31cf8d073678f3d92a267e9950ac30cf24a45667 [diff] |
Merged revisions 85401 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85401 | brian.curtin | 2010-10-12 21:29:46 -0500 (Tue, 12 Oct 2010) | 3 lines Implement #7944. Use `with` throughout the test suite. ........