Skip to content

docutils.frontend.OptionParser.__init__() signature is missing #5667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mthuurne opened this issue Jun 20, 2021 · 1 comment
Closed

docutils.frontend.OptionParser.__init__() signature is missing #5667

mthuurne opened this issue Jun 20, 2021 · 1 comment

Comments

@mthuurne
Copy link
Contributor

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.

@mthuurne mthuurne changed the title docutils.frontend.OptionParser.__init__() signature is wrong docutils.frontend.OptionParser.__init__() signature is missing Jun 20, 2021
@tristanlatr
Copy link

This issue has been fixed in #5924.

It can be closed in my opinion.

tristanlatr added a commit to twisted/pydoctor that referenced this issue Aug 20, 2021
We don't need this type ignore comment anymore. 

Issue python/typeshed#5667 is fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants