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 r.david.murray
Recipients Anthony.Kong, berker.peksag, catalin.iacob, eric.araujo, petri.lehtinen, pitrou, poq, python-dev, r.david.murray
Date 2012-02-21.01:06:41
SpamBayes Score 0.0024815444
Marked as misclassified No
Message-id <20120221010640.31F722500E7@webabinitio.net>
In-reply-to <1329762881.39.0.927740145261.issue13641@psf.upfronthosting.co.za>
Content
Non-ascii binary data should not be being rejected unless validate
is true.  So what are you going to do with non-ascii-range unicode in
that case?  Ignore it as well?  That can't be right.

I believe this should be discussed on python-dev.
History
Date User Action Args
2012-02-21 01:06:42r.david.murraysetrecipients: + r.david.murray, pitrou, eric.araujo, catalin.iacob, python-dev, petri.lehtinen, poq, Anthony.Kong, berker.peksag
2012-02-21 01:06:41r.david.murraylinkissue13641 messages
2012-02-21 01:06:41r.david.murraycreate