reassign 623432 python2.6 found 623432 python2.6/2.6.6-9 thanks On 20/04/2011 10:09, Sandro Tosi wrote: > On Wed, Apr 20, 2011 at 09:57, Mehdi Dogguy <me...@dogguy.org> wrote: >> reassign 623432 offlineimap >> found 623432 offlineimap/6.3.2~rc3-2 >> tags 623432 + wheezy sid >> thanks > > Are you sure about that? the important code at > /usr/lib/python2.6/imaplib.py is: >
No. Your explanation is better than my "intuition" :) and confirmed by a quick test. Sorry for the noise. Re-Re-assigning back… > try: > import ssl > except ImportError: > pass > else: > class IMAP4_SSL(IMAP4): > > and in fact IMAP4_SSL is not defined since the python maintainer > deliberately broke ssl module: > > $ python2.6 -c "import ssl" > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/usr/lib/python2.6/ssl.py", line 64, in <module> > from _ssl import PROTOCOL_SSLv2, PROTOCOL_SSLv3, PROTOCOL_SSLv23, > PROTOCOL_TLSv1 > ImportError: cannot import name PROTOCOL_SSLv2 > > See #623423 > It's a pity that the testsuite didn't report anything about those missing/broken modules. Regards, -- Mehdi Dogguy مهدي الدڤي http://dogguy.org/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org