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 ezio.melotti
Recipients docs@python, ezio.melotti, py.user, python-dev, terry.reedy
Date 2013-09-13.19:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379100218.05.0.30141902151.issue18951@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed, thanks for the report and the patch!
I also updated the table entry for assertRaisesRegex and assertWarnsRegex.
I avoid using "regex" instead of "re" or "r" to keep it short and avoid confusion with the re/regex modules.  The documentation of the methods uses "regex", but there it's OK.
History
Date User Action Args
2013-09-13 19:23:38ezio.melottisetrecipients: + ezio.melotti, terry.reedy, docs@python, py.user, python-dev
2013-09-13 19:23:38ezio.melottisetmessageid: <1379100218.05.0.30141902151.issue18951@psf.upfronthosting.co.za>
2013-09-13 19:23:37ezio.melottilinkissue18951 messages
2013-09-13 19:23:37ezio.melotticreate