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 noah.haasis
Recipients Creation Elemental, docs@python, noah.haasis, serhiy.storchaka, terry.reedy
Date 2018-07-22.05:19:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532236777.3.0.56676864532.issue34154@psf.upfronthosting.co.za>
In-reply-to
Content
This are all the classes where the keywords are missing in the docs and their missing keywords:
TopLevel
['padx', 'pady']

Checkbutton
['compound', 'offrelief', 'overrelief', 'tristateimage', 'tristatevalue']

Entry
['disabledbackground', 'disabledforeground', 'readonlybackground']

Frame
['padx', 'pady']

Label
['compound']

Radiobutton
['compound', 'offrelief', 'overrelief', 'tristateimage', 'tristatevalue']

Text
['blockcursor', 'endline', 'inactiveselectbackground', 'insertunfocussed', 'startline', 'tabstyle']

Spinbox
['validatecommand', 'values']

Menubutton
['activebackground', 'activeforeground', 'anchor', 'background', 'bitmap', 'borderwidth', 'compound', 'cursor', 'direction', 'disabledforeground', 'font', 'foreground', 'height', 'highlightbackground', 'highlightcolor', 'highlightthickness', 'image', 'indicatoron', 'justify', 'menu', 'padx', 'pady', 'relief', 'state', 'takefocus', 'text', 'textvariable', 'underline', 'width', 'wraplength']

Message
['anchor', 'aspect', 'background', 'borderwidth', 'cursor', 'font', 'foreground', 'highlightbackground', 'highlightcolor', 'highlightthickness', 'justify', 'padx', 'pady', 'relief', 'takefocus', 'text', 'textvariable', 'width']

The missing keywords appear in the OPTIONS list in the test but not in the docstring.
History
Date User Action Args
2018-07-22 05:19:37noah.haasissetrecipients: + noah.haasis, terry.reedy, docs@python, serhiy.storchaka, Creation Elemental
2018-07-22 05:19:37noah.haasissetmessageid: <1532236777.3.0.56676864532.issue34154@psf.upfronthosting.co.za>
2018-07-22 05:19:37noah.haasislinkissue34154 messages
2018-07-22 05:19:36noah.haasiscreate