summaryrefslogtreecommitdiff
path: root/Python/Python-ast.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
commitf21d497b129a88a50fd703a41f4c71bfe70da3d0 (patch)
treea1b6ae0e10c3b57caafd5b2fe3c1a1da1ec3725d /Python/Python-ast.c
parent0ac51bd1b6f4f78684b7e72385e33303f798ed56 (diff)
downloadcpython-git-f21d497b129a88a50fd703a41f4c71bfe70da3d0.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/Python-ast.c')
0 files changed, 0 insertions, 0 deletions