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 mdk
Recipients erlendaasland, mdk, ned.deily, pablogsal, rhettinger, vstinner
Date 2021-07-19.12:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626698640.05.0.927682968102.issue42238@roundup.psfhosted.org>
In-reply-to
Content
Another one \o/

Fix in: https://github.com/python/cpython/pull/27238

It is:

    :func:pdb.main

Detected by make suspicious as:

    WARNING: [whatsnew/changelog:320] ":func" found in ": Refactor argument processing in :func:pdb.main to simplify"
    WARNING: [whatsnew/changelog:320] ":pdb" found in ": Refactor argument processing in :func:pdb.main to simplify"

I added a test in the same PR to spot this one in rstlint.
History
Date User Action Args
2021-07-19 12:44:00mdksetrecipients: + mdk, rhettinger, vstinner, ned.deily, pablogsal, erlendaasland
2021-07-19 12:44:00mdksetmessageid: <1626698640.05.0.927682968102.issue42238@roundup.psfhosted.org>
2021-07-19 12:44:00mdklinkissue42238 messages
2021-07-19 12:43:59mdkcreate