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-21.15:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532187654.36.0.56676864532.issue34154@psf.upfronthosting.co.za>
In-reply-to
Content
This is a list of all valid keywordarguments of Listbox.__init__() listed in the test file: 
'activestyle', 'background', 'borderwidth', 'cursor',
'disabledforeground', 'exportselection',
'font', 'foreground', 'height',
'highlightbackground', 'highlightcolor', 'highlightthickness',
'listvariable', 'relief',
'selectbackground', 'selectborderwidth', 'selectforeground',
'selectmode', 'setgrid', 'state',
'takefocus', 'width', 'xscrollcommand', 'yscrollcommand'

The ones that are missing in the doc string:
'activestyle', 'disabledforeground', 
'listvariable','state'
History
Date User Action Args
2018-07-21 15:40:54noah.haasissetrecipients: + noah.haasis, terry.reedy, docs@python, serhiy.storchaka, Creation Elemental
2018-07-21 15:40:54noah.haasissetmessageid: <1532187654.36.0.56676864532.issue34154@psf.upfronthosting.co.za>
2018-07-21 15:40:54noah.haasislinkissue34154 messages
2018-07-21 15:40:54noah.haasiscreate