aboutsummaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2012-07-26 11:31:00 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2012-07-26 11:31:00 -0400
commit55b073bae6824a5252ea11a59a0660507b5b53c5 (patch)
treeae53d6cf4616fac118eef13ca6078d2edad842a1 /contrib/ChangeLog
parente902c2664729f6f4c624c01b2261b4963e7a72ef (diff)
downloadgcc-55b073bae6824a5252ea11a59a0660507b5b53c5.zip
gcc-55b073bae6824a5252ea11a59a0660507b5b53c5.tar.gz
gcc-55b073bae6824a5252ea11a59a0660507b5b53c5.tar.bz2
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. From-SVN: r189893
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index ee68edb..b1a1d5f 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-26 Diego Novillo <dnovillo@google.com>
+
+ * testsuite-management/validate_failures.py: Do not use
+ 'with ... as ...' constructs.
+
2012-07-19 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py (CollectSumFiles):