On Aug 28, 5:53 pm, Roy Hyunjin Han <[email protected]>
wrote:
> webob/response.py(1184)_warn_ubody()
> -> warn_deprecation(".unicode_body is deprecated in favour of
> Response.text", '1.3', 3)

This DeprecationWarning is only visible when warnings are enforced:
import warnings; warnings.simplefilter('error')

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to