-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Missing standard library xml #3787
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
Comments
I can have a stab at some of them |
@jermenkoo That would be appreciated! |
@jermenkoo Are you still working on it? |
@lladhibhutall we can split it, just pick one of |
@jermenkoo Since you have been working on it for longer, you can tell me which ones you have already worked on so that I don't work on the same by mistake. |
I was working on |
@jermenkoo Cool, I will pick up the @srittau Should we just work on the modules mentioned in the issue? There are few other modules for which stubs are not present in typeshed. |
@lladhibhutall Any additions are appreciated. |
Progress has been made on this. The stubs that are very incomplete are:
There are missing type annotations in the others, but definitions should be more complete. |
I'm getting
error: No library stub file for standard library module 'xml.dom.minidom'
note: (Stub files are from https://github.com/python/typeshed)
error: No library stub file for standard library module 'xml.dom'
error: No library stub file for standard library module 'xml.dom.expatbuilder'
error: No library stub file for standard library module 'xml.sax.expatreader'
error: No library stub file for standard library module 'xml.dom.pulldom'
I've updated mypy
The text was updated successfully, but these errors were encountered: