We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5771d commit 62a9425Copy full SHA for 62a9425
Doc/library/warnings.rst
@@ -491,7 +491,9 @@ Available Functions
491
492
*registry*, if supplied, should be the ``__warningregistry__`` dictionary
493
of the module.
494
- If no registry is passed, each warning is treated as the first occurrence.
+ If no registry is passed, each warning is treated as the first occurrence,
495
+ that is, filter actions ``"default"``, ``"module"`` and ``"once"`` are
496
+ handled as ``"always"``.
497
498
*module_globals*, if supplied, should be the global namespace in use by the code
499
for which the warning is issued. (This argument is used to support displaying
0 commit comments