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 serhiy.storchaka
Recipients asvetlov, chris.jerdonek, docs@python, georg.brandl, python-dev, serhiy.storchaka
Date 2012-12-19.16:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355934256.5826.5.camel@raxxla>
In-reply-to <1355858922.8.0.742529551033.issue16714@psf.upfronthosting.co.za>
Content
I found one error. In Lib/email/header.py for 2.7 'raise' should be
reverted to 'throw'.

Also I miss a past form. Second patch replaces 'threw' with 'raised'.
Files
File name Uploaded
threw2raised-3.2.patch serhiy.storchaka, 2012-12-19.16:17:58
threw2raised.patch serhiy.storchaka, 2012-12-19.16:17:56
throw_away.patch serhiy.storchaka, 2012-12-19.16:17:55
History
Date User Action Args
2012-12-19 16:17:59serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, asvetlov, chris.jerdonek, docs@python, python-dev
2012-12-19 16:17:59serhiy.storchakalinkissue16714 messages
2012-12-19 16:17:59serhiy.storchakacreate