[issue22658] IMAP4 Example lacking host information

2014-10-17 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> imaplib.IMAP4() ends with "Name or service not known" on Fedora 18 ___ Python tracker __

[issue22658] IMAP4 Example lacking host information

2014-10-17 Thread James Goodwin
James Goodwin added the comment: I do see that. I agree that this is a duplicate of that one. -- ___ Python tracker ___ ___ Python-bu

[issue22658] IMAP4 Example lacking host information

2014-10-17 Thread R. David Murray
R. David Murray added the comment: I think this is actually a bug, rather than a doc bug. See issue 18540. if you agree, we'll close this as a duplicate of that one. -- nosy: +r.david.murray ___ Python tracker _

[issue22658] IMAP4 Example lacking host information

2014-10-17 Thread James Goodwin
New submission from James Goodwin: The IMAP4 Example for Python 3.4 (Section 21.15.2) does not show the appropriate host information for the example to work. Suggested fix would be to change the line "M = imaplib.IMAP4()" to "M = imaplib.IMAP4('localhost')" This will bring the example inlin