mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Merge with 3.3
This commit is contained in:
@@ -950,7 +950,7 @@ Test cases
|
||||
a regular expression object or a string containing a regular expression
|
||||
suitable for use by :func:`re.search`. Examples::
|
||||
|
||||
self.assertRaisesRegex(ValueError, 'invalid literal for.*XYZ$',
|
||||
self.assertRaisesRegex(ValueError, "invalid literal for.*XYZ'$",
|
||||
int, 'XYZ')
|
||||
|
||||
or::
|
||||
|
||||
Reference in New Issue
Block a user