Creating logs with Python

2023-02-22 Thread Bibi
Hello I want to store and make available as part of my project, logs, for access to data. Do you have any proposals? Kind regards -- https://mail.python.org/mailman/listinfo/python-list

[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