commit | 31cf8d073678f3d92a267e9950ac30cf24a45667 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Wed Oct 13 23:51:19 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Wed Oct 13 23:51:19 2010 +0000 |
tree | 998dee5ccc1f973b662e76315dcc60e95eadf598 | |
parent | a5cb39f2ec84fdcc852773496333e397b7c61fbc [diff] |
Merged revisions 85400 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85400 | brian.curtin | 2010-10-12 21:21:42 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........