[issue2935] rfc822.py line 395 strings connection

2008-08-01 Thread Jack Diederich
Jack Diederich <[EMAIL PROTECTED]> added the comment: This is a bug in the external ClientCookie module (and their website hasn't been updated since 2006). Marking closed. -- nosy: +jackdied resolution: -> invalid status: open -> closed ___ Python t

[issue2935] rfc822.py line 395 strings connection

2008-05-21 Thread Erez Bibi
New submission from Erez Bibi <[EMAIL PROTECTED]>: Python 2.5 on Windows rfc822.py line 395 text = name + ": " + value if 'value' is not a string python will generate an exception. It might be due to a broken website, but it is not a reason to crash. I'm using ClientCookie with a Request object