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 inline with the poplib 
example (Section 21.14.2).

----------
assignee: docs@python
components: Documentation
messages: 229581
nosy: James.Goodwin, docs@python
priority: normal
severity: normal
status: open
title: IMAP4 Example lacking host information
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22658>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to