[Checkins] SVN:	Zope/trunk/lib/python/AccessControl/tests/actual_python.py Typo.
    Tres Seaver 
    tseaver at palladion.com
       
    Mon Oct 27 16:01:19 EDT 2008
    
    
  
Log message for revision 92628:
  Typo.
Changed:
  U   Zope/trunk/lib/python/AccessControl/tests/actual_python.py
-=-
Modified: Zope/trunk/lib/python/AccessControl/tests/actual_python.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/actual_python.py	2008-10-27 19:20:54 UTC (rev 92627)
+++ Zope/trunk/lib/python/AccessControl/tests/actual_python.py	2008-10-27 20:01:18 UTC (rev 92628)
@@ -175,7 +175,7 @@
 
 def f13():
     try:
-        all
+        any
     except NameError:
         pass # Python < 2.5
     else:
    
    
More information about the Checkins
mailing list