Issue 36404: Document PendingDeprecationWarning is not so useful. - Python tracker

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.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: brett.cannon, docs@python, methane, miss-islington
Priority: normal Keywords: patch

Created on 2019-03-23 02:05 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 12505 closed methane, 2019-03-23 02:06
PR 12696 merged miss-islington, 2019-04-05 08:59
PR 12837 merged methane, 2019-04-15 11:53
PR 12838 merged miss-islington, 2019-04-15 12:41
Messages (3)
msg339478 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2019-04-05 08:54
New changeset 176d26364bb67801fa522f52f20cbe44420d6942 by Inada Naoki in branch 'master':
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
https://github.com/python/cpython/commit/176d26364bb67801fa522f52f20cbe44420d6942
msg339479 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2019-04-05 08:55
After discussion on ML, I just recommend DeprecationWarning
over PendingDeprecationWarning in this time.
PendingDeprecationWarning is not deprecated for now.
msg339482 - (view) Author: miss-islington (miss-islington) Date: 2019-04-05 09:07
New changeset 86fbe0287dd774022fd2b6c2dcbfbb5573a0b874 by Miss Islington (bot) in branch '3.7':
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
https://github.com/python/cpython/commit/86fbe0287dd774022fd2b6c2dcbfbb5573a0b874