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 hawkowl
Recipients hawkowl, ned.deily, serhiy.storchaka
Date 2018-05-15.11:45:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526384732.55.0.682650639539.issue33497@psf.upfronthosting.co.za>
In-reply-to
Content
This change mirrors the default in FieldStorage (which it calls). If it's not the best option, then it would need to be changed in FieldStorage too.

(personally, I don't like strict because UnicodeDecodeErrors on untrusted user input kind of sucks, but also replace is kind of broken as well.)
History
Date User Action Args
2018-05-15 11:45:32hawkowlsetrecipients: + hawkowl, ned.deily, serhiy.storchaka
2018-05-15 11:45:32hawkowlsetmessageid: <1526384732.55.0.682650639539.issue33497@psf.upfronthosting.co.za>
2018-05-15 11:45:32hawkowllinkissue33497 messages
2018-05-15 11:45:32hawkowlcreate