]> granicus.if.org Git - python/commitdiff
Mention logging.captureWarnings in the warnings module doc.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Jul 2011 19:29:36 +0000 (21:29 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Jul 2011 19:29:36 +0000 (21:29 +0200)
Doc/library/warnings.rst

index 274840b342a3ef0edd2c78c3e66dfae3ea05241a..8af19a282eebc9ee28f631495a3c67c5cf761172 100644 (file)
@@ -40,6 +40,10 @@ may be overridden; the default implementation of this function formats the
 message by calling :func:`formatwarning`, which is also available for use by
 custom implementations.
 
+.. seealso::
+   :func:`logging.captureWarnings` allows you to handle all warnings with
+   the standard logging infrastructure.
+
 
 .. _warning-categories: