commit | a33971a3959f6c1a655f03830dc4b84e9cdc6d7f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 25 10:18:59 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 25 10:18:59 2010 +0000 |
tree | 3a8aea8adacd5f391eac819d0566911d5d09b2fe | |
parent | c689d96044be67ea6ad1195527e22390f17104b1 [diff] |
Merged revisions 80461 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line #8522: use with statement instead of try-finally for file handling. ........