bpo-34154: Fix the docstring of the Listbox class.#8379
Conversation
Added missing keywordarguments for following classes: TopLevel, Checkbutton, Entry, Frame, Label, Radiobutton, Text, Spinbox
|
@noahhaasis Can you please include the additional changes that were part of #8396? Thanks! |
csabella
left a comment
There was a problem hiding this comment.
@noahhaasis Can you please include the additional changes that were part of #8396? Thanks!
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
@noahhaasis, I'm going to close this since there's been no response to the code review. If you come back to this at some point, we can re-open it. Thank you for your work! |
This adds the valid keyword arguments for the init function to it's docstring.
https://bugs.python.org/issue34154