[Checkins] SVN: grok/trunk/src/grok/ftests/test_grok_functional.py Comment my latest change

Philipp von Weitershausen philikon at philikon.de
Sat Sep 1 10:55:12 EDT 2007


Log message for revision 79427:
  Comment my latest change
  

Changed:
  U   grok/trunk/src/grok/ftests/test_grok_functional.py

-=-
Modified: grok/trunk/src/grok/ftests/test_grok_functional.py
===================================================================
--- grok/trunk/src/grok/ftests/test_grok_functional.py	2007-09-01 14:46:03 UTC (rev 79426)
+++ grok/trunk/src/grok/ftests/test_grok_functional.py	2007-09-01 14:55:12 UTC (rev 79427)
@@ -18,6 +18,7 @@
     FunctionalTestSetup().tearDown()
 
 checker = renormalizing.RENormalizing([
+    # Accommodate to exception wrapping in newer versions of mechanize
     (re.compile(r'httperror_seek_wrapper:', re.M), 'HTTPError:'),
     ])
 



More information about the Checkins mailing list