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 martin.panter
Recipients barry, martin.panter, r.david.murray
Date 2016-06-25.10:27:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466850478.81.0.468244540829.issue24364@psf.upfronthosting.co.za>
In-reply-to
Content
I see that “compat32” and “default” are actually different things (Compat32 vs EmailPolicy classes). IMO “default” was a bad choice of name, but I guess that ship has already sailed.

This patch adds a test_defect_handling.TestCompat32 subclass, so the test methods are now run with compat32 as well as the “default” policy.
History
Date User Action Args
2016-06-25 10:27:58martin.pantersetrecipients: + martin.panter, barry, r.david.murray
2016-06-25 10:27:58martin.pantersetmessageid: <1466850478.81.0.468244540829.issue24364@psf.upfronthosting.co.za>
2016-06-25 10:27:58martin.panterlinkissue24364 messages
2016-06-25 10:27:54martin.pantercreate