[CMF-checkins] CVS: Products/CMFDefault - RegistrationTool.py:1.19.10.6

Tres Seaver tseaver at zope.com
Fri Feb 11 16:46:54 EST 2005


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv4822/CMFDefault

Modified Files:
      Tag: CMF-1_4-branch
	RegistrationTool.py 
Log Message:
 - Patch Collector #322.


=== Products/CMFDefault/RegistrationTool.py 1.19.10.5 => 1.19.10.6 ===
--- Products/CMFDefault/RegistrationTool.py:1.19.10.5	Tue Jun  1 13:18:00 2004
+++ Products/CMFDefault/RegistrationTool.py	Fri Feb 11 16:46:53 2005
@@ -235,7 +235,7 @@
     False = 0
 
 
-_TESTS = ( ( re.compile("^[0-9a-zA-Z\.\-\_]+\@[0-9a-zA-Z\.\-]+$")
+_TESTS = ( ( re.compile("^[0-9a-zA-Z\.\-\_\+]+\@[0-9a-zA-Z\.\-]+$")
            , True
            , "Failed a"
            )



More information about the CMF-checkins mailing list