[New-bugs-announce] [issue7568] Spelling error in imaplib module docs

Mike Putnam report at bugs.python.org
Wed Dec 23 16:04:01 CET 2009


New submission from Mike Putnam <mike at theputnams.net>:

The documentation string within the IMAP4.thread function incorrectly
spells the "threading_algorithm" arg as "threading_alogrithm"

Appears to affect imaplib.py ver. 2.55 & 2.58  Could not find other
versions to examine.

Starting in:
/release24-maint/Lib/imaplib.py
__version__ = "2.55"     3 occurences of "threading_alogrithm"

/release25-maint/Lib/imaplib.py
__version__ = "2.58"     1 occurence  of "threading_alogrithm"

/release26-maint/Lib/imaplib.py
__version__ = "2.58"     1 occurence  of "threading_alogrithm"

/release30-maint/Lib/imaplib.py
__version__ = "2.58"     1 occurence  of "threading_alogrithm"

/release31-maint/Lib/imaplib.py
__version__ = "2.58"     1 occurence  of "threading_alogrithm"

----------
components: Library (Lib)
messages: 96839
nosy: mikeputnam
severity: normal
status: open
title: Spelling error in imaplib module docs
versions: Python 2.4, Python 2.5, Python 2.6, Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7568>
_______________________________________


More information about the New-bugs-announce mailing list