Log message for revision 65602:
  reverted all changes (obviously having a bad day today)
  

Changed:
  U   Zope/trunk/lib/python/OFS/Traversable.py

-=-
Modified: Zope/trunk/lib/python/OFS/Traversable.py
===================================================================
--- Zope/trunk/lib/python/OFS/Traversable.py    2006-02-28 18:09:31 UTC (rev 
65601)
+++ Zope/trunk/lib/python/OFS/Traversable.py    2006-02-28 19:12:01 UTC (rev 
65602)
@@ -134,11 +134,6 @@
         the security machinery. Usually invoked using restrictedTraverse().
         """
 
-        if not isinstance(path, str):
-            path = [x for x in path if x]
-
-        print 'r',self.absolute_url(1), path
-
         if not path:
             return self
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to