1"""
2File contains the standard library of Python 2.7.
3
4DO NOT EDIT. If the standard library changes, a new list should be created
5using the mkstdlibs.py script.
6"""
7
8stdlib = {
9    "AL",
10    "BaseHTTPServer",
11    "Bastion",
12    "CGIHTTPServer",
13    "Carbon",
14    "ColorPicker",
15    "ConfigParser",
16    "Cookie",
17    "DEVICE",
18    "DocXMLRPCServer",
19    "EasyDialogs",
20    "FL",
21    "FrameWork",
22    "GL",
23    "HTMLParser",
24    "MacOS",
25    "MimeWriter",
26    "MiniAEFrame",
27    "Nav",
28    "PixMapWrapper",
29    "Queue",
30    "SUNAUDIODEV",
31    "ScrolledText",
32    "SimpleHTTPServer",
33    "SimpleXMLRPCServer",
34    "SocketServer",
35    "StringIO",
36    "Tix",
37    "Tkinter",
38    "UserDict",
39    "UserList",
40    "UserString",
41    "W",
42    "__builtin__",
43    "_ast",
44    "_winreg",
45    "abc",
46    "aepack",
47    "aetools",
48    "aetypes",
49    "aifc",
50    "al",
51    "anydbm",
52    "applesingle",
53    "argparse",
54    "array",
55    "ast",
56    "asynchat",
57    "asyncore",
58    "atexit",
59    "audioop",
60    "autoGIL",
61    "base64",
62    "bdb",
63    "binascii",
64    "binhex",
65    "bisect",
66    "bsddb",
67    "buildtools",
68    "bz2",
69    "cPickle",
70    "cProfile",
71    "cStringIO",
72    "calendar",
73    "cd",
74    "cfmfile",
75    "cgi",
76    "cgitb",
77    "chunk",
78    "cmath",
79    "cmd",
80    "code",
81    "codecs",
82    "codeop",
83    "collections",
84    "colorsys",
85    "commands",
86    "compileall",
87    "compiler",
88    "contextlib",
89    "cookielib",
90    "copy",
91    "copy_reg",
92    "crypt",
93    "csv",
94    "ctypes",
95    "curses",
96    "datetime",
97    "dbhash",
98    "dbm",
99    "decimal",
100    "difflib",
101    "dircache",
102    "dis",
103    "distutils",
104    "dl",
105    "doctest",
106    "dumbdbm",
107    "dummy_thread",
108    "dummy_threading",
109    "email",
110    "encodings",
111    "ensurepip",
112    "errno",
113    "exceptions",
114    "fcntl",
115    "filecmp",
116    "fileinput",
117    "findertools",
118    "fl",
119    "flp",
120    "fm",
121    "fnmatch",
122    "formatter",
123    "fpectl",
124    "fpformat",
125    "fractions",
126    "ftplib",
127    "functools",
128    "future_builtins",
129    "gc",
130    "gdbm",
131    "gensuitemodule",
132    "getopt",
133    "getpass",
134    "gettext",
135    "gl",
136    "glob",
137    "grp",
138    "gzip",
139    "hashlib",
140    "heapq",
141    "hmac",
142    "hotshot",
143    "htmlentitydefs",
144    "htmllib",
145    "httplib",
146    "ic",
147    "icopen",
148    "imageop",
149    "imaplib",
150    "imgfile",
151    "imghdr",
152    "imp",
153    "importlib",
154    "imputil",
155    "inspect",
156    "io",
157    "itertools",
158    "jpeg",
159    "json",
160    "keyword",
161    "lib2to3",
162    "linecache",
163    "locale",
164    "logging",
165    "macerrors",
166    "macostools",
167    "macpath",
168    "macresource",
169    "mailbox",
170    "mailcap",
171    "marshal",
172    "math",
173    "md5",
174    "mhlib",
175    "mimetools",
176    "mimetypes",
177    "mimify",
178    "mmap",
179    "modulefinder",
180    "msilib",
181    "msvcrt",
182    "multifile",
183    "multiprocessing",
184    "mutex",
185    "netrc",
186    "new",
187    "nis",
188    "nntplib",
189    "ntpath",
190    "numbers",
191    "operator",
192    "optparse",
193    "os",
194    "ossaudiodev",
195    "parser",
196    "pdb",
197    "pickle",
198    "pickletools",
199    "pipes",
200    "pkgutil",
201    "platform",
202    "plistlib",
203    "popen2",
204    "poplib",
205    "posix",
206    "posixfile",
207    "posixpath",
208    "pprint",
209    "profile",
210    "pstats",
211    "pty",
212    "pwd",
213    "py_compile",
214    "pyclbr",
215    "pydoc",
216    "quopri",
217    "random",
218    "re",
219    "readline",
220    "resource",
221    "rexec",
222    "rfc822",
223    "rlcompleter",
224    "robotparser",
225    "runpy",
226    "sched",
227    "select",
228    "sets",
229    "sgmllib",
230    "sha",
231    "shelve",
232    "shlex",
233    "shutil",
234    "signal",
235    "site",
236    "smtpd",
237    "smtplib",
238    "sndhdr",
239    "socket",
240    "spwd",
241    "sqlite3",
242    "sre",
243    "sre_compile",
244    "sre_constants",
245    "sre_parse",
246    "ssl",
247    "stat",
248    "statvfs",
249    "string",
250    "stringprep",
251    "struct",
252    "subprocess",
253    "sunau",
254    "sunaudiodev",
255    "symbol",
256    "symtable",
257    "sys",
258    "sysconfig",
259    "syslog",
260    "tabnanny",
261    "tarfile",
262    "telnetlib",
263    "tempfile",
264    "termios",
265    "test",
266    "textwrap",
267    "thread",
268    "threading",
269    "time",
270    "timeit",
271    "token",
272    "tokenize",
273    "trace",
274    "traceback",
275    "ttk",
276    "tty",
277    "turtle",
278    "types",
279    "unicodedata",
280    "unittest",
281    "urllib",
282    "urllib2",
283    "urlparse",
284    "user",
285    "uu",
286    "uuid",
287    "videoreader",
288    "warnings",
289    "wave",
290    "weakref",
291    "webbrowser",
292    "whichdb",
293    "winsound",
294    "wsgiref",
295    "xdrlib",
296    "xml",
297    "xmlrpclib",
298    "zipfile",
299    "zipimport",
300    "zlib",
301}
302