[Zope-CVS] CVS: Products/BTreeFolder2 - BTreeFolder2.py:1.10
   
    Shane Hathaway
     
    shane@cvs.zope.org
       
    Thu, 6 Jun 2002 14:29:40 -0400
    
    
  
Update of /cvs-repository/Products/BTreeFolder2
In directory cvs.zope.org:/tmp/cvs-serv22013
Modified Files:
	BTreeFolder2.py 
Log Message:
Fixed a comment.  I wonder if anyone is working on automated testing of
comments?  That would be killer. ;-)
=== Products/BTreeFolder2/BTreeFolder2.py 1.9 => 1.10 ===
 
 
-    # Aliases for mapping-like access.  I think these are not provided
-    # in standard folders just because of the potential for ID collisions,
-    # but the problem is significantly reduced since objects are not
-    # available as attributes.
+    # Aliases for mapping-like access.
     __len__ = objectCount
     has_key = hasObject
     keys = objectIds