On Sun, 2011-08-28 at 14:53 -0700, Roy Hyunjin Han wrote: > On Aug 27, 4:29 am, Chris McDonough <[email protected]> wrote: > > Pyramid 1.2a2 has been released. > > Thanks for your work, Chris. > > One very recent issue is a DeprecationWarning from what seems to be a > change in WebOb. > > pyramid/renderers.py(441)_make_response() > -> response.unicode_body = result > > webob/response.py(1184)_warn_ubody() > -> warn_deprecation(".unicode_body is deprecated in favour of > Response.text", '1.3', 3)
I've asked Sergey (WebOb maintainer) to get rid of this deprecation warning in the next WebOb release, so hopefully it will be gone then. - C -- 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.
