comment
authorStefan Behnel <scoder@users.berlios.de>
Tue, 19 Apr 2011 07:15:07 +0000 (09:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 19 Apr 2011 07:15:07 +0000 (09:15 +0200)
runtests.py

index 83adb26ceca4e864bfcef3c4729b8eb3fafed6dc..ae81beb9c1dff3ad946e685374e7a8a02f40c4ad 100644 (file)
@@ -98,7 +98,7 @@ VER_DEP_MODULES = {
                                           ]),
     (2,6) : (operator.lt, lambda x: x in ['run.print_function',
                                           'run.cython3',
-                                          'run.generators_py',
+                                          'run.generators_py', # generators, with statement
                                           'run.pure_py', # decorators, with statement
                                           ]),
     # The next line should start (3,); but this is a dictionary, so