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
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