This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grahamd
Recipients SilentGhost, animus, grahamd, martin.panter, orsenthil, Александр Эри
Date 2016-04-21.03:48:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461210485.93.0.876290363523.issue26808@psf.upfronthosting.co.za>
In-reply-to
Content
There does appear to be something wrong with wsgiref, because with that rewritten code you should for:

curl http://127.0.0.1:8000/тест

get:

pi:
/тест
qs:
{}

and for:

curl http://127.0.0.1:8000/?a=тест

get:

pi:
/
qs:
{'a': ['тест']}

The PATH_INFO case appears to fail though and outputs:

pi:
/тест
qs:
{}

Don't think I have missed anything.
History
Date User Action Args
2016-04-21 03:48:05grahamdsetrecipients: + grahamd, orsenthil, SilentGhost, martin.panter, animus, Александр Эри
2016-04-21 03:48:05grahamdsetmessageid: <1461210485.93.0.876290363523.issue26808@psf.upfronthosting.co.za>
2016-04-21 03:48:05grahamdlinkissue26808 messages
2016-04-21 03:48:05grahamdcreate