[Python-checkins] cpython (merge 3.4 -> default): Merge #20145 backport: delete whatsnew entry.

r.david.murray python-checkins at python.org
Tue Mar 25 20:35:44 CET 2014


http://hg.python.org/cpython/rev/8f72f8359987
changeset:   89981:8f72f8359987
parent:      89978:4e3c76cb0e8a
parent:      89980:32407a677215
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Mar 25 15:34:17 2014 -0400
summary:
  Merge #20145 backport: delete whatsnew entry.

files:
  Doc/whatsnew/3.5.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -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`).

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list