Skip to content

Commit 0759ace

Browse files
authored
Merge pull request pypi#39 from CJ-Wright/python39_inspection
2 parents 41afbf9 + 8013bd0 commit 0759ace

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

stdlib_list/lists/3.9.txt

+31
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
__future__
22
__main__
3+
_aix_support
4+
_bootlocale
5+
_bootsubprocess
6+
_collections_abc
7+
_compat_pickle
8+
_compression
9+
_markupbase
10+
_osx_support
11+
_py_abc
12+
_pydecimal
13+
_pyio
14+
_sitebuiltins
15+
_strptime
16+
_sysconfigdata_x86_64_conda_cos6_linux_gnu
17+
_sysconfigdata_x86_64_conda_linux_gnu
318
_thread
19+
_threading_local
20+
_weakrefset
421
abc
522
aifc
23+
antigravity
624
argparse
725
array
826
ast
@@ -116,6 +134,7 @@ email.mime
116134
email.parser
117135
email.policy
118136
email.utils
137+
encodings
119138
encodings.idna
120139
encodings.mbcs
121140
encodings.utf_8_sig
@@ -132,6 +151,7 @@ fractions
132151
ftplib
133152
functools
134153
gc
154+
genericpath
135155
getopt
136156
getpass
137157
gettext
@@ -150,6 +170,7 @@ http.client
150170
http.cookiejar
151171
http.cookies
152172
http.server
173+
idlelib
153174
imaplib
154175
imghdr
155176
imp
@@ -191,7 +212,10 @@ multiprocessing.sharedctypes
191212
netrc
192213
nis
193214
nntplib
215+
ntpath
216+
nturl2path
194217
numbers
218+
opcode
195219
operator
196220
optparse
197221
os
@@ -208,6 +232,7 @@ platform
208232
plistlib
209233
poplib
210234
posix
235+
posixpath
211236
pprint
212237
profile
213238
pstats
@@ -216,6 +241,7 @@ pwd
216241
py_compile
217242
pyclbr
218243
pydoc
244+
pydoc_data
219245
queue
220246
quopri
221247
random
@@ -241,6 +267,9 @@ socket
241267
socketserver
242268
spwd
243269
sqlite3
270+
sre_compile
271+
sre_constants
272+
sre_parse
244273
ssl
245274
stat
246275
statistics
@@ -265,6 +294,7 @@ test.support.bytecode_helper
265294
test.support.script_helper
266295
test.support.socket_helper
267296
textwrap
297+
this
268298
threading
269299
time
270300
timeit
@@ -326,6 +356,7 @@ xml.sax
326356
xml.sax.handler
327357
xml.sax.saxutils
328358
xml.sax.xmlreader
359+
xmlrpc
329360
xmlrpc.client
330361
xmlrpc.server
331362
zipapp

0 commit comments

Comments
 (0)