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 gvanrossum
Recipients cheryl.sabella, gvanrossum, nanjekyejoannah, serhiy.storchaka, zach.ware
Date 2019-02-28.15:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
A similar thing seems to be the list of keywords in Lib/pydoc.py. The recipe says

    # CAUTION: if you change one of these dictionaries, be sure to adapt the
    #          list of needed labels in Doc/tools/extensions/pyspecific.py and
    #          regenerate the pydoc_data/topics.py file by running
    #              make pydoc-topics
    #          in Doc/ and copying the output file into the Lib/ directory.
History
Date User Action Args
2019-02-28 15:35:52gvanrossumsetrecipients: + gvanrossum, zach.ware, serhiy.storchaka, cheryl.sabella, nanjekyejoannah
2019-02-28 15:35:52gvanrossumsetmessageid: <[email protected]>
2019-02-28 15:35:52gvanrossumlinkissue36143 messages
2019-02-28 15:35:52gvanrossumcreate