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 karlcow
Recipients Paul.Upchurch, karlcow, orsenthil, python-dev, r.david.murray
Date 2013-03-05.17:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362503131.45.0.0418195692156.issue12921@psf.upfronthosting.co.za>
In-reply-to
Content
R.david

Trying another patch just for understanding if it's what you meant.

What it does:

1. adding an 'explain' keyword
2. escaping the explain message for the body
3. checking for injection of newline in the reason phrase.

For the part 3, TODO:
check if there are other parts in the library if the reason phrase is injected in the message.
History
Date User Action Args
2013-03-05 17:05:31karlcowsetrecipients: + karlcow, orsenthil, r.david.murray, python-dev, Paul.Upchurch
2013-03-05 17:05:31karlcowsetmessageid: <1362503131.45.0.0418195692156.issue12921@psf.upfronthosting.co.za>
2013-03-05 17:05:31karlcowlinkissue12921 messages
2013-03-05 17:05:31karlcowcreate