Message153830
> 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. |
|
Date |
User |
Action |
Args |
2012-02-21 01:23:46 | pitrou | set | recipients:
+ pitrou, eric.araujo, r.david.murray, catalin.iacob, python-dev, petri.lehtinen, poq, Anthony.Kong, berker.peksag |
2012-02-21 01:23:45 | pitrou | link | issue13641 messages |
2012-02-21 01:23:44 | pitrou | create | |
|