[Web-SIG] WSGI for Python 3

P.J. Eby pje at telecommunity.com
Fri Aug 27 18:27:08 CEST 2010


At 06:05 PM 8/27/2010 +0200, Christoph Zwerschke wrote:
>  For instance,
>
>user = 'özkan'.encode('latin1')
>if user in request.META.get('REMOTE_USER', b'').lower():
>
>will not work it the user has logged in as 'Özkan'.

Isn't that a problem with code that does this now? 



More information about the Web-SIG mailing list