[Zope-Checkins] CVS: Zope2 - Aqueduct.py:1.44.38.3

Andreas Jung andreas@dhcp165.digicool.com
Mon, 23 Apr 2001 12:22:37 -0400


Update of /cvs-repository/Zope2/lib/python/Shared/DC/ZRDB
In directory yetix:/work/sandboxes/ajung-2_4-ts_regex-exterminiation-branch/lib/python/Shared/DC/ZRDB

Modified Files:
      Tag: ajung-2_4-ts_regex-exterminiation-branch
	Aqueduct.py 
Log Message:
added r" " notation for regexes



--- Updated File Aqueduct.py in package Zope2 --
--- Aqueduct.py	2001/04/23 14:37:59	1.44.38.2
+++ Aqueduct.py	2001/04/23 16:22:36	1.44.38.3
@@ -275,7 +275,7 @@
     os.path.join(dtml_dir,'customDefaultReport.dtml'))
 
 def custom_default_report(id, result, action='', no_table=0,
-                          goofy=re.compile('^[a-zA-Z0-9_]').search
+                          goofy=re.compile(r'^[a-zA-Z0-9_]').search
                           ):
     columns=result._searchable_result_columns()
     __traceback_info__=columns