diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-16 00:36:38 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-16 00:36:38 +0000 |
commit | 018143450447c20483eb8bd659bd390e8d54a842 (patch) | |
tree | d7f20805ada0ed9dd007f44d6787e059fd930db3 /Python/pythonrun.c | |
parent | f75ef67ababe10cb03f477838a505e189bbf14c2 (diff) | |
download | cpython-018143450447c20483eb8bd659bd390e8d54a842.tar.gz |
Merged revisions 81224 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81224 | victor.stinner | 2010-05-16 02:34:40 +0200 (dim., 16 mai 2010) | 4 lines
Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close()
fo is not set if the open() fails.
........
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions