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 rhettinger
Recipients ezio.melotti, michael.foord, pitrou, rhettinger
Date 2010-11-02.00:28:57
SpamBayes Score 0.0036248823
Marked as misclassified No
Message-id <1288657739.43.0.106896228103.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
[Antoine]
> I would prefer assertRegex to assertRegexp

That makes sense.  It is the name used in other unittest implementations, it matches what the re module used to be called in Python, and it avoids issues with camel casing (i.e. Regexp vs RegExp).
History
Date User Action Args
2010-11-02 00:28:59rhettingersetrecipients: + rhettinger, pitrou, ezio.melotti, michael.foord
2010-11-02 00:28:59rhettingersetmessageid: <1288657739.43.0.106896228103.issue10273@psf.upfronthosting.co.za>
2010-11-02 00:28:58rhettingerlinkissue10273 messages
2010-11-02 00:28:57rhettingercreate