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 brett.cannon, ezio.melotti, michael.foord, pitrou, rhettinger
Date 2010-11-02.13:11:37
SpamBayes Score 0.09162147
Marked as misclassified No
Message-id <1288703499.42.0.049258156035.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW in addition to assertRegexpMatches and assertNotRegexpMatches there are 2 more methods that use "Regexp": assertRaisesRegexp and the newly introduced assertWarnsRegexp.
History
Date User Action Args
2010-11-02 13:11:39ezio.melottisetrecipients: + ezio.melotti, brett.cannon, rhettinger, pitrou, michael.foord
2010-11-02 13:11:39ezio.melottisetmessageid: <1288703499.42.0.049258156035.issue10273@psf.upfronthosting.co.za>
2010-11-02 13:11:37ezio.melottilinkissue10273 messages
2010-11-02 13:11:37ezio.melotticreate