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 martin.panter, sping
Date 2016-06-22.23:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466636887.14.0.881488428712.issue27369@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patches. This test was added in r74435, presumably to test for a crash. IMO it would be sufficient to test for the first part of the error message, without checking the column number. The test could also use assertRaisesRegex().

Should this actually be applied to all security versions, or just 3.5+ and 2.7? I guess can see the benefit of fixing 3.2+, and I remember doing this once before when the test suite fell over and it was not Python’s fault.
History
Date User Action Args
2016-06-22 23:08:07martin.pantersetrecipients: + martin.panter, sping
2016-06-22 23:08:07martin.pantersetmessageid: <1466636887.14.0.881488428712.issue27369@psf.upfronthosting.co.za>
2016-06-22 23:08:07martin.panterlinkissue27369 messages
2016-06-22 23:08:07martin.pantercreate