Skip to content
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

docs: remove mention of missing standard library stubs #9675

Merged
merged 2 commits into from
Nov 4, 2020

Commits on Oct 31, 2020

  1. docs: remove mention of missing standard library stubs

    I was looking at python#4542, an old issue that I think we've mostly
    addressed, but nonetheless has an alarming number of likes. It occurs to
    me that front and centre we mention an issue that most people never run
    into in practice.
    
    I also pulled the details of this. mypy's hardcoded list of stdlib
    modules is incomplete, but here are the ones on the list that we do not
    have stubs for (I only checked Python 3):
    ```
    {'__dummy_stdlib1',
     '__dummy_stdlib2',
     'ossaudiodev',
     'sqlite3.dump',
     'turtledemo',
     'xml.dom.expatbuilder',
     'xml.dom.minicompat',
     'xml.dom.xmlbuilder',
     'xml.sax._exceptions',
     'xml.sax.expatreader',
     'xxlimited'}
     ```
     We should maybe consider getting rid of the hardcoded list altogether.
    hauntsaninja committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e5a7493 View commit details
    Browse the repository at this point in the history
  2. add back accidentally removed link

    hauntsaninja committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    4e0809b View commit details
    Browse the repository at this point in the history