Bug#796824: python3-imaplib2: Python 3 incompatibility, fixed upstream in 2.47

2015-09-01 Thread Tobias Brink
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

Bug#796824: python3-imaplib2: Python 3 incompatibility, fixed upstream in 2.47

2015-08-24 Thread Tobias Brink
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