summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-25 19:34:17 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-25 19:34:17 (GMT)
commitb0e69511936997810a1591a1e894910eaa44e3e3 (patch)
tree3a31dbf08d4c0e6ea9c4eb028e44faa38b5771f3
parent1db91ebcd1023ac54dae42d0c6f325e5a1dd4b4d (diff)
parentef1c26798ca95d10d29979c6fef77ac3b6f27c26 (diff)
downloadcpython-b0e69511936997810a1591a1e894910eaa44e3e3.zip
cpython-b0e69511936997810a1591a1e894910eaa44e3e3.tar.gz
cpython-b0e69511936997810a1591a1e894910eaa44e3e3.tar.bz2
Merge #20145 backport: delete whatsnew entry.
-rw-r--r--Doc/whatsnew/3.5.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 2447898..b18bcd2 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -192,9 +192,3 @@ that may require changes to your code.
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`).