urllib "quote" problem

Aahz aahz at pythoncraft.com
Fri Aug 20 11:41:00 EDT 2010


In article <4c5eef7f$0$1609$742ec2ed at news.sonic.net>,
John Nagle  <nagle at animats.com> wrote:
>
>     This looks like code that will do the wrong thing in
>Python 2.6 for characters in the range 128-255.  Those are
>illegal in type "str", but this code is constructing such
>values with "chr".

WDYM "illegal"?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"...if I were on life-support, I'd rather have it run by a Gameboy than a
Windows box."  --Cliff Wells



More information about the Python-list mailing list