Files
cpython/Lib
Florian Best 29805f00a1 gh-91099: fix[imaplib]: call Exception with string instance (#31823)
* bpo-46943: fix[imaplib]: call Exception with string instance

Adjust the behavior of 'login' to be similar to `authenticate()`, 
where self.error is called with a str() instance.

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
2026-06-02 16:42:04 -04:00
..
2026-05-07 16:26:31 +03:00
2026-05-12 08:40:51 +00:00