urllib "quote" problem
Aahz
aahz at pythoncraft.com
Fri Aug 20 11:41:00 EDT 2010
More information about the Python-list mailing list
Fri Aug 20 11:41:00 EDT 2010
- Previous message (by thread): urllib "quote" problem
- Next message (by thread): urllib "quote" problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): urllib "quote" problem
- Next message (by thread): urllib "quote" problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list