[Zope] Re: problem with input elements and unicode/utf-8

Andreas Jung lists at zopyx.com
Wed Feb 21 05:30:11 EST 2007



--On 21. Februar 2007 02:05:36 -0800 Jostein Leira <jleira at yahoo.com> wrote:
>       header_present = 'HTTP_ACCEPT_CHARSET' in self.request
>   to
>
>       header_present = 'HTTP_ACCEPT_CHARSET' in self.request.keys()
>

I assume that the request implementation of Zope 3 and Zope 2 differ a bit
when it comes to the 'in' operator. If request.keys() works for Zope 3
request as well I would like to see this fixed in Zope 3.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20070221/3e17370a/attachment.bin


More information about the Zope mailing list