(original) (raw)
changeset: 89981:8f72f8359987 parent: 89978:4e3c76cb0e8a parent: 89980:32407a677215 user: R David Murray rdmurray@bitdance.com date: Tue Mar 25 15:34:17 2014 -0400 files: Doc/whatsnew/3.5.rst Misc/ACKS Misc/NEWS description: Merge #20145 backport: delete whatsnew entry. diff -r 4e3c76cb0e8a -r 8f72f8359987 Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Tue Mar 25 18:19:49 2014 +0100 +++ b/Doc/whatsnew/3.5.rst Tue Mar 25 15:34:17 2014 -0400 @@ -192,9 +192,3 @@ if it represented midnight in UTC. This behavior was considered obscure and error-prone and has been removed in Python 3.5. See :issue:`13936` for full details. - -* :meth:`unittest.TestCase.assertRaisesRegex` and - :meth:`~unittest.TestCase.assertWarnsRegex` now raise a :exc:`TypeError` if - the second argument is not a string or a compiled :mod:`regex`. You may have - tests with an invalid second argument that have until 3.5 been falsely - passing which will now raise TypeErrors (:issue:`20145`). /rdmurray@bitdance.com