]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not use 'with ... as ...' in validate_failures.py
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2012 15:31:00 +0000 (15:31 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2012 15:31:00 +0000 (15:31 +0000)
commitec72a41af1343b96ccc1763f2cf6b07952585f4e
treeae53d6cf4616fac118eef13ca6078d2edad842a1
parentd876ba6e4758bf7529cefae646977610e56a2a1c
Do not use 'with ... as ...' in validate_failures.py

Some of the hosts were we run this script are still using Python 2.4.
This patch replaces the use of 'with ... as ...' to avoid syntax errors.

2012-07-26   Diego Novillo  <dnovillo@google.com>

* testsuite-management/validate_failures.py: Do not use
'with ... as ...' constructs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189893 138bc75d-0d04-0410-961f-82ee72b054a4
contrib/ChangeLog
contrib/testsuite-management/validate_failures.py