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
Missing standard library xml #3787
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. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

xorsyst-python commentedFeb 28, 2020
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: