Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1db91eb + ef1c267 commit b0e6951Copy full SHA for b0e6951
1 file changed
Doc/whatsnew/3.5.rst
@@ -192,9 +192,3 @@ that may require changes to your code.
192
if it represented midnight in UTC. This behavior was considered obscure and
193
error-prone and has been removed in Python 3.5. See :issue:`13936` for full
194
details.
195
-
196
-* :meth:`unittest.TestCase.assertRaisesRegex` and
197
- :meth:`~unittest.TestCase.assertWarnsRegex` now raise a :exc:`TypeError` if
198
- the second argument is not a string or a compiled :mod:`regex`. You may have
199
- tests with an invalid second argument that have until 3.5 been falsely
200
- passing which will now raise TypeErrors (:issue:`20145`).
0 commit comments