Closed
Description
The following modules in the Python 3.6 standard library do not have stubs:
- _bootlocale
- _collections_abc
- _compat_pickle
- _osx_support
- _pydecimal
- _pyio
- _sitebuiltins
- _strptime
- _sysconfigdata_m_darwin_darwin
- _threading_local
- _weakrefset
- aifc
- bdb
- binhex
- cgitb
- chunk
- cmd
- codeop
- compileall
- copyreg
- crypt
- dummy_threading
- formatter
- genericpath
- imaplib
- imghdr
- lzma
- macpath
- macurl2path
- mailbox
- mailcap
- modulefinder
- netrc
- nntplib
- ntpath
- nturl2path
- optparse
- pickletools
- poplib
- pty
- pydoc
- quopri
- reprlib
- sched
- smtpd
- sndhdr
- sre_compile
- sre_constants
- sre_parse
- statistics
- stringprep
- sunau
- symbol
- symtable
- tabnanny
- telnetlib
- this
- timeit
- trace
- tracemalloc
- tty
- uu
- wave
- xdrlib
- zipapp
Found this with https://github.com/JelleZijlstra/stubcheck. Some of these are private or aren't intended to be imported.