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.
Created on 2008年11月03日 08:18 by marcus@internetnowasp.net, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg75463 - (view) | Author: Marcus CM (marcus@internetnowasp.net) | Date: 2008年11月03日 08:18 | |
When using maildir on windows, the maildir._dump_message erronously
added "\r\n" to "\r\r\n" : in mailbox.py
target.write(buffer.read().replace('\n', os.linesep))
|
|||
| msg107983 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2010年06月17日 01:48 | |
This report is a bit hard to interpret. In 3.1, the mailbox module has a Maildir class with a private _dump_message method. Since the method is undocumented and not part of the public API, there cannot be a conflict between the doc and behavior ;-). So you need to show with minimal but complete code, and now, with 2.7 or 3.1, that there is a bug in a public method caused by its use of the private method. I do not see what the code line has to do with the report. |
|||
| msg168431 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2012年08月17日 04:34 | |
No reply in two years, closing. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48503 |
| 2012年08月17日 04:34:26 | petri.lehtinen | set | status: open -> closed nosy: + petri.lehtinen messages: + msg168431 resolution: not a bug |
| 2010年06月17日 01:48:56 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg107983 versions: + Python 2.7, - Python 2.5 |
| 2008年11月03日 08:18:44 | marcus@internetnowasp.net | create | |