[issue1284] typo in lib doc 7.3.2.1 MaildirMessage

2007-10-19 Thread Georg Brandl

Georg Brandl added the comment:

Thanks, fixed in r58545, r58546 (2.5).

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1284
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1284] typo in lib doc 7.3.2.1 MaildirMessage

2007-10-15 Thread Eric Wollesen

New submission from Eric Wollesen:

get_subdir( )
Return either new (if the message should be stored in the new
subdirectory) or cur (if the message should be stored in the cur
subdirectory). Note: A message is typically moved from new to cur after
its mailbox has been accessed, whether or not the message is has been
read. A message msg has been read if S not in msg.get_flags() is True. 



The last sentence above is incorrect.  The not should be removed.  It
should read:

A message msg has been read if S in msg.get_flags() is True.

--
components: Documentation
messages: 56481
nosy: encoded
severity: minor
status: open
title: typo in lib doc 7.3.2.1 MaildirMessage
type: rfe
versions: Python 2.5

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1284
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com