You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docutils.frontend.OptionParser inherits from optparse.OptionParser, but has a different __init__() signature, which is missing from the type stubs.
I'll submit a PR later.
This is related to #1269, but the scope of that is so much broader that I think it's useful to track them separately.
The text was updated successfully, but these errors were encountered:
mthuurne
changed the title
docutils.frontend.OptionParser.__init__() signature is wrong
docutils.frontend.OptionParser.__init__() signature is missing
Jun 20, 2021
docutils.frontend.OptionParser
inherits fromoptparse.OptionParser
, but has a different__init__()
signature, which is missing from the type stubs.I'll submit a PR later.
This is related to #1269, but the scope of that is so much broader that I think it's useful to track them separately.
The text was updated successfully, but these errors were encountered: