Package: python3-imaplib2
Version: 2.45.0-1
Followup-For: Bug #796824
Hello!
This bug still persists. Perhaps I should have included steps to reproduce in
my original report, sorry.
Simply connect to any server which refuses IMAP connections:
Python 3.4.3+ (default, Jun 2 2015, 14:09:35)
[GCC
Package: python3-imaplib2
Version: 2.42-2
Severity: normal
Hello!
The python 3 version of imaplib2 has a bug with exception handling:
It uses
try:
foo
except Exception as msg:
pass
and tries to re-use "msg" later. This is no longer allowed in python 3, leading
to UnboundLocalError exce
2 matches
Mail list logo