<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#330033" bgcolor="#ffffff">
On 11/21/2010 9:18 AM, R. David Murray wrote:
<blockquote
cite="mid:20101121171821.195552194AC@kimball.webabinitio.net"
type="cite">
<pre wrap="">I want to look at the CGI issue, but I'm not sure when I'll get to it.
</pre>
</blockquote>
<br>
Actually, since this code was working before 3.x, and if
email.parser can now accept binary streams, it seems like maybe the
only thing that might be wrong is that presently it is getting a
text stream instead, so that is something cgi.py or the application
program would have to switch, and then maybe some testing would
discover correctness, or maybe a specification of UTF-8 as the
encoding to use for the text parts would have to be done.<br>
</body>
</html>