[Checkins] SVN: grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py Explicitly mark our bug.

Martijn Faassen faassen at infrae.com
Mon Mar 19 18:54:40 EDT 2007


Log message for revision 73364:
  Explicitly mark our bug.
  

Changed:
  U   grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py

-=-
Modified: grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py	2007-03-19 22:41:22 UTC (rev 73363)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/app.py	2007-03-19 22:54:39 UTC (rev 73364)
@@ -12,5 +12,6 @@
     def update(self, text=None):
         if text is None:
             return
+        # this code has a BUG!
         self.context.list.append(text)
         self.redirect(self.url('index'))



More information about the Checkins mailing list