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 mdk, ned.deily, rhettinger
Date 2020-12-16.11:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Today I spotted one error that suspicious could have spotted:

    -both ``Callable``s no longer validate their ``argtypes``, in 
    +both ``Callable``\ s no longer validate their ``argtypes``, in 

I'm fixing it in https://github.com/python/cpython/pull/23800 

`make suspicious` found it as:

    [whatsnew/changelog:23] "`" found in "Callable``s no longer validate their ``argtypes"

So I'll doodle around this to see if tools/rstlint.py or Sphinx itself can see the error.
History
Date User Action Args
2020-12-16 11:06:41mdksetrecipients: + mdk, rhettinger, ned.deily
2020-12-16 11:06:41mdksetmessageid: <[email protected]>
2020-12-16 11:06:41mdklinkissue42238 messages
2020-12-16 11:06:41mdkcreate