#10535: Enable silenced warnings in unittest by default
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 17e9856..03140aa 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -249,6 +249,8 @@
entries from the warnings list before each new operation).
+.. _warning-ignored:
+
Updating Code For New Versions of Python
----------------------------------------
@@ -279,6 +281,9 @@
developer want to be notified that your code is using a deprecated module, to a
user this information is essentially noise and provides no benefit to them.
+The :mod:`unittest` module has been also updated to use the ``'default'``
+filter while running tests.
+
.. _warning-functions: