This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients steven.daprano
Date 2018-10-10.01:50:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539136243.9.0.788709270274.issue34948@psf.upfronthosting.co.za>
In-reply-to
Content
The warnings module makes use of a per-module global ``__warningregister__`` which is briefly mentioned in the docs but not documented.

https://docs.python.org/3/library/warnings.html#warnings.warn_explicit

Given that it is part of the warn_explicit API, we should accept that the registry file is now part of the public API not just an implementation detail, and so we should explicitly document its existence and state the expected format.
History
Date User Action Args
2018-10-10 01:50:43steven.dapranosetrecipients: + steven.daprano
2018-10-10 01:50:43steven.dapranosetmessageid: <1539136243.9.0.788709270274.issue34948@psf.upfronthosting.co.za>
2018-10-10 01:50:43steven.dapranolinkissue34948 messages
2018-10-10 01:50:43steven.dapranocreate