[Checkins] SVN: grok/trunk/src/grok/ftests/traversal/containertraverse.py further explanation

Philipp von Weitershausen philikon at philikon.de
Wed Jan 17 17:33:06 EST 2007


Log message for revision 72078:
  further explanation
  

Changed:
  U   grok/trunk/src/grok/ftests/traversal/containertraverse.py

-=-
Modified: grok/trunk/src/grok/ftests/traversal/containertraverse.py
===================================================================
--- grok/trunk/src/grok/ftests/traversal/containertraverse.py	2007-01-17 22:31:33 UTC (rev 72077)
+++ grok/trunk/src/grok/ftests/traversal/containertraverse.py	2007-01-17 22:33:05 UTC (rev 72078)
@@ -51,12 +51,14 @@
   </body>
   </html>
 
-Also try (an empty) container as a subitem a container:
+Also try (an empty and therefore False in a Boolean sense) container
+as a subitem of a container:
 
   >>> herd['subherd'] = Herd()
   >>> browser.open("http://localhost/herd/subherd")
   >>> print browser.contents
   A herd
+
 """
 import grok
 



More information about the Checkins mailing list