This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sYnfo
Recipients barry, r.david.murray, sYnfo
Date 2013-07-24.16:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374683715.23.0.570448371309.issue18540@psf.upfronthosting.co.za>
In-reply-to
Content
>So this represents a change in behavior of the socket library on Fedora 18 vs earlier versions?

I don't believe so. This happens on my Fedora 18 system, my Debian box with Python 2.6.6, on Fedora 19 (https://bugzilla.redhat.com/show_bug.cgi?id=987340), another Debian system (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591471) and python compiled from the default branch does the same thing.

The documentation for imaplib.IMAP4 says:
"If host is not specified, '' (the local host) is used."

My point is that imaplib.IMAP4 without any arguments should try to connect to localhost, however this is not what is currently happening, at least on the systems mentioned above. Why I think this is happening I've tried to explain in my previous comment.

>Do any of the impalib tests fail?
Nope.
History
Date User Action Args
2013-07-24 16:35:15sYnfosetrecipients: + sYnfo, barry, r.david.murray
2013-07-24 16:35:15sYnfosetmessageid: <1374683715.23.0.570448371309.issue18540@psf.upfronthosting.co.za>
2013-07-24 16:35:15sYnfolinkissue18540 messages
2013-07-24 16:35:14sYnfocreate