summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-16 00:37:36 +0000
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-16 00:37:36 +0000
commit1158a5bf47bea3f08b4b370a5d9f7e06aebb308b (patch)
treeef86c248382d32bb7f6d834ff62da70d4801d731 /Python/pythonrun.c
parentfc7622406fa4e5ad9719c3d5710dc28c957fa8f6 (diff)
downloadcpython-1158a5bf47bea3f08b4b370a5d9f7e06aebb308b.tar.gz
Merged revisions 81226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81226 | victor.stinner | 2010-05-16 02:36:38 +0200 (dim., 16 mai 2010) | 11 lines 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