Skip to content

Commit abdbbb4

Browse files
committed
Expand lists
1 parent 6212657 commit abdbbb4

File tree

8 files changed

+39
-0
lines changed

8 files changed

+39
-0
lines changed

stdlib_list/lists/2.7.txt

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ W
9191
__builtin__
9292
__future__
9393
__main__
94+
_struct
9495
_winreg
9596
abc
9697
aepack
@@ -323,6 +324,7 @@ plistlib
323324
popen2
324325
poplib
325326
posix
327+
posixpath
326328
posixfile
327329
pprint
328330
profile

stdlib_list/lists/3.2.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -194,6 +195,7 @@ platform
194195
plistlib
195196
poplib
196197
posix
198+
posixpath
197199
pprint
198200
profile
199201
pstats

stdlib_list/lists/3.3.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -200,6 +201,7 @@ platform
200201
plistlib
201202
poplib
202203
posix
204+
posixpath
203205
pprint
204206
profile
205207
pstats

stdlib_list/lists/3.4.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -204,6 +205,7 @@ platform
204205
plistlib
205206
poplib
206207
posix
208+
posixpath
207209
pprint
208210
profile
209211
pstats

stdlib_list/lists/3.5.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -206,6 +207,7 @@ platform
206207
plistlib
207208
poplib
208209
posix
210+
posixpath
209211
pprint
210212
profile
211213
pstats

stdlib_list/lists/3.6.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -206,6 +207,7 @@ platform
206207
plistlib
207208
poplib
208209
posix
210+
posixpath
209211
pprint
210212
profile
211213
pstats

stdlib_list/lists/3.7.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
__future__
22
__main__
33
_dummy_thread
4+
_struct
45
_thread
56
abc
67
aifc
@@ -208,6 +209,7 @@ platform
208209
plistlib
209210
poplib
210211
posix
212+
posixpath
211213
pprint
212214
profile
213215
pstats

stdlib_list/lists/3.8.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
__future__
22
__main__
3+
_asyncio
4+
_bootlocale
5+
_bz2
6+
_collections_abc
7+
_compression
8+
_contextvars
39
_dummy_thread
10+
_frozen_importlib
11+
_frozen_importlib_external
12+
_heapq
13+
_json
14+
_lzma
15+
_opcode
16+
_posixsubprocess
17+
_socket
18+
_ssl
19+
_struct
420
_thread
21+
_weakrefset
522
abc
623
aifc
724
argparse
@@ -33,6 +50,7 @@ collections
3350
collections.abc
3451
colorsys
3552
compileall
53+
concurrent
3654
concurrent.futures
3755
configparser
3856
contextlib
@@ -117,6 +135,7 @@ email.mime
117135
email.parser
118136
email.policy
119137
email.utils
138+
encodings
120139
encodings.idna
121140
encodings.mbcs
122141
encodings.utf_8_sig
@@ -133,6 +152,7 @@ fractions
133152
ftplib
134153
functools
135154
gc
155+
genericpath
136156
getopt
137157
getpass
138158
gettext
@@ -192,6 +212,7 @@ netrc
192212
nis
193213
nntplib
194214
numbers
215+
opcode
195216
operator
196217
optparse
197218
os
@@ -208,6 +229,7 @@ platform
208229
plistlib
209230
poplib
210231
posix
232+
posixpath
211233
pprint
212234
profile
213235
pstats
@@ -241,6 +263,9 @@ socket
241263
socketserver
242264
spwd
243265
sqlite3
266+
sre_constants
267+
sre_parse
268+
sre_compile
244269
ssl
245270
stat
246271
statistics

0 commit comments

Comments
 (0)