Antoine Pitrou <[EMAIL PROTECTED]> added the comment:

Selon Hirokazu Yamamoto <[EMAIL PROTECTED]>:
>
> With this patch? Yes, it fixed crash.

Thanks!

> # But I don't know whether this behavior is right or not....

As the name implies, utf7 is a 7-bit coding of Unicode... bytes >= 0x80 must
raise an exception. The error message could be better though.

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to