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 vstinner
Recipients Arfrever, brett.cannon, eric.snow, kurazu, vstinner
Date 2013-07-06.11:50:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwarECr2YM3cJh4Rrq8iT2O-bn0SS8xP9zU7psbgPmvqaw@mail.gmail.com>
In-reply-to <1373106034.7.0.892716453097.issue18342@psf.upfronthosting.co.za>
Content
The patch looks good to me. Just a minor nit: you should add ^ to the
beginning of the regex.

2013/7/6 Tomasz Maćkowiak <report@bugs.python.org>:
>
> Tomasz Maćkowiak added the comment:
>
> Attaching a modified patch with assertRaisesRegexp used.
>
> ----------
> Added file: http://bugs.python.org/file30796/bug18342_2.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue18342>
> _______________________________________
History
Date User Action Args
2013-07-06 11:50:55vstinnersetrecipients: + vstinner, brett.cannon, Arfrever, eric.snow, kurazu
2013-07-06 11:50:55vstinnerlinkissue18342 messages
2013-07-06 11:50:55vstinnercreate