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 rhettinger
Recipients barry, christian.heimes, jader.fabiano, pitrou, r.david.murray, rhettinger, serhiy.storchaka, tshepang
Date 2014-08-10.18:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407695826.65.0.881754396798.issue21448@psf.upfronthosting.co.za>
In-reply-to
Content
The test_parser.diff file catches the bug in fix_email_parse.diff and it provides some assurance that push() functions as an incremental version of str.splitlines().

I would like to have this test included. It does some good and does no harm.
History
Date User Action Args
2014-08-10 18:37:06rhettingersetrecipients: + rhettinger, barry, pitrou, christian.heimes, r.david.murray, tshepang, serhiy.storchaka, jader.fabiano
2014-08-10 18:37:06rhettingersetmessageid: <1407695826.65.0.881754396798.issue21448@psf.upfronthosting.co.za>
2014-08-10 18:37:06rhettingerlinkissue21448 messages
2014-08-10 18:37:06rhettingercreate