Skip to content

add imports gotten from python files inspection #39

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

Merged
merged 2 commits into from
Nov 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions stdlib_list/lists/3.9.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
__future__
__main__
_aix_support
_bootlocale
_bootsubprocess
_collections_abc
_compat_pickle
_compression
_markupbase
_osx_support
_py_abc
_pydecimal
_pyio
_sitebuiltins
_strptime
_sysconfigdata_x86_64_conda_cos6_linux_gnu
_sysconfigdata_x86_64_conda_linux_gnu
_thread
_threading_local
_weakrefset
abc
aifc
antigravity
argparse
array
ast
Expand Down Expand Up @@ -116,6 +134,7 @@ email.mime
email.parser
email.policy
email.utils
encodings
encodings.idna
encodings.mbcs
encodings.utf_8_sig
Expand All @@ -132,6 +151,7 @@ fractions
ftplib
functools
gc
genericpath
getopt
getpass
gettext
Expand All @@ -150,6 +170,7 @@ http.client
http.cookiejar
http.cookies
http.server
idlelib
imaplib
imghdr
imp
Expand Down Expand Up @@ -191,7 +212,10 @@ multiprocessing.sharedctypes
netrc
nis
nntplib
ntpath
nturl2path
numbers
opcode
operator
optparse
os
Expand All @@ -208,6 +232,7 @@ platform
plistlib
poplib
posix
posixpath
pprint
profile
pstats
Expand All @@ -216,6 +241,7 @@ pwd
py_compile
pyclbr
pydoc
pydoc_data
queue
quopri
random
Expand All @@ -241,6 +267,9 @@ socket
socketserver
spwd
sqlite3
sre_compile
sre_constants
sre_parse
ssl
stat
statistics
Expand All @@ -265,6 +294,7 @@ test.support.bytecode_helper
test.support.script_helper
test.support.socket_helper
textwrap
this
threading
time
timeit
Expand Down Expand Up @@ -326,6 +356,7 @@ xml.sax
xml.sax.handler
xml.sax.saxutils
xml.sax.xmlreader
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It turns out we did have some submodules in here. I wonder why those were included and the others weren't.

xmlrpc
xmlrpc.client
xmlrpc.server
zipapp
Expand Down