On Dec 17, 2009, at 12:55 PM, Bob_in_Comox wrote:

> There is a typo error in line 257 of tools.py (latest version 1.74.3):
> 
> 256.        if reply_to != None:
> 257.            payload['Reply-To'] = reply_to.encode(ecoding)
> 
> should be:
> 
> 257.            payload['Reply-To'] = reply_to.encode(encoding)
> 
> Web2py is such a great framework.... this is the only bug I've found
> in a year of use!

Line 128 as well.

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to