Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
https://docs.python.org/3/library/warnings.html#warnings.catch_warnings reads:
Ifrecord is
True
, a list is returned that is progressively populated with objects as seen by a customshowwarning()
function (which also suppresses output tosys.stdout
).
Was it meant to saysys.stderr
instead?
Otherwise, I don't understand why it mentionsstdout
specifically. I don't see anything aboutstdout
elsewhere in the module docs or in the implementation.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo