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 aronacher
Recipients apollo13, aronacher, cvrebert, grahamd, serhiy.storchaka, terry.reedy, vstinner
Date 2014-01-11.08:06:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389427590.57.0.787832702647.issue20138@psf.upfronthosting.co.za>
In-reply-to
Content
Two things wrong with your example:

a) PATH_INFO on Python 3 must not be bytes
b) PATH_INFO on Python 3 must be latin1 transfer encoded.  See unicode_to_wsgi and wsgi_to_bytes functions in PEP 3333.
History
Date User Action Args
2014-01-11 08:06:30aronachersetrecipients: + aronacher, terry.reedy, vstinner, grahamd, cvrebert, apollo13, serhiy.storchaka
2014-01-11 08:06:30aronachersetmessageid: <1389427590.57.0.787832702647.issue20138@psf.upfronthosting.co.za>
2014-01-11 08:06:30aronacherlinkissue20138 messages
2014-01-11 08:06:30aronachercreate