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.

Author petri.lehtinen
Recipients barry, lilydjwg, petri.lehtinen, r.david.murray
Date 2012-08-25.18:27:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345919279.67.0.665936308929.issue15222@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching two patches.

Patch 1 changes the common message template in mailbox tests to end in a newline. If this wasn't done, more or less all common mailbox tests would have to be special cased for mbox.

Patch 2 adds a single blank line after each message in mbox. A single blank line is added if the added message doesn't end in a newline or ends in a single newline. When read back, a single newline is added to the end o the message if it wasn't there (and this is the reason why patch 1 is needed).
History
Date User Action Args
2012-08-25 18:27:59petri.lehtinensetrecipients: + petri.lehtinen, barry, r.david.murray, lilydjwg
2012-08-25 18:27:59petri.lehtinensetmessageid: <1345919279.67.0.665936308929.issue15222@psf.upfronthosting.co.za>
2012-08-25 18:27:59petri.lehtinenlinkissue15222 messages
2012-08-25 18:27:58petri.lehtinencreate