Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0e6951

Browse files
committed
Merge #20145 backport: delete whatsnew entry.
2 parents 1db91eb + ef1c267 commit b0e6951

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,3 @@ that may require changes to your code.
192192
if it represented midnight in UTC. This behavior was considered obscure and
193193
error-prone and has been removed in Python 3.5. See :issue:`13936` for full
194194
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

Comments
 (0)