>> 'QUERY_STRING': 'HTML=&ISBNS=9780596513986%250D%250A9780688128166'
Your query string has %250D which Python is correctly converting to %0D. (%25 is the escape for %.) Perhaps you're double-encoding the URL somewhere? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
