tests/test-check-code.out
changeset 11343 f325db39c8b9
parent 11341 920a783e5f91
--- a/tests/test-check-code.out	Tue Jun 15 09:53:50 2010 +0200
+++ b/tests/test-check-code.out	Tue Jun 15 09:55:59 2010 +0200
@@ -13,7 +13,10 @@
  missing whitespace in expression
 ./non-py24.py:2:
  > if any():
- any/all not available in Python 2.4
+ any/all/format not available in Python 2.4
 ./non-py24.py:3:
  >     x = all()
- any/all not available in Python 2.4
+ any/all/format not available in Python 2.4
+./non-py24.py:4:
+ >     y = format(x)
+ any/all/format not available in Python 2.4