Author: bbangert
Date: 2006-01-26 13:00:09 -0700 (Thu, 26 Jan 2006)
New Revision: 1544

Modified:
   FormEncode/trunk/formencode/validators.py
Log:
FormEncode api.Invalid error changed error response. Updated docstring to what 
the current domain not found error results in.

Modified: FormEncode/trunk/formencode/validators.py
===================================================================
--- FormEncode/trunk/formencode/validators.py   2006-01-26 19:53:50 UTC (rev 
1543)
+++ FormEncode/trunk/formencode/validators.py   2006-01-26 20:00:09 UTC (rev 
1544)
@@ -1201,7 +1201,7 @@
         >>> 
u.to_python('http://this.domain.does.not.exists.formencode.org/test.html')
         Traceback (most recent call last):
             ...
-        Invalid: An error occured when trying to connect to the server: (-2, 
'Name or service not known')
+        Invalid: An error occured when trying to connect to the server: (7, 
'No address associated with nodename')
         
     """
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to