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 pitrou
Recipients Anthony.Kong, berker.peksag, catalin.iacob, eric.araujo, petri.lehtinen, pitrou, poq, python-dev, r.david.murray
Date 2012-02-21.01:23:44
SpamBayes Score 0.00033095246
Marked as misclassified No
Message-id <1329787219.3382.7.camel@localhost.localdomain>
In-reply-to <20120221010640.31F722500E7@webabinitio.net>
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.

It's not ignored, it raises ValueError. Since the common case it to feed
valid (not invalid) baseXX data to these functions, that's a very benign
limitation.
History
Date User Action Args
2012-02-21 01:23:46pitrousetrecipients: + pitrou, eric.araujo, r.david.murray, catalin.iacob, python-dev, petri.lehtinen, poq, Anthony.Kong, berker.peksag
2012-02-21 01:23:45pitroulinkissue13641 messages
2012-02-21 01:23:44pitroucreate