[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt typo in
	CHANGES.txt
    Leonardo Rochael Almeida 
    leo at hiper.com.br
       
    Wed Nov 15 04:06:17 EST 2006
    
    
  
Log message for revision 71133:
  typo in CHANGES.txt
  
Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-11-15 08:05:34 UTC (rev 71132)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-11-15 09:06:14 UTC (rev 71133)
@@ -12,7 +12,7 @@
       - Collector #2235: A number of ZCatalog methods were doing boolean
         evaluation of objects that implemented __len__ instead of checking
         them against None. Replaced a number of "if not obj" with
-        "if obj is not None".
+        "if obj is None".
 
       - Collector #2218: fixed wrong logger argument in OFS/Cache.py
 
    
    
More information about the Zope-Checkins
mailing list