py310.py 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. """
  2. File contains the standard library of Python 3.10.
  3. DO NOT EDIT. If the standard library changes, a new list should be created
  4. using the mkstdlibs.py script.
  5. """
  6. stdlib = {
  7. "_ast",
  8. "abc",
  9. "aifc",
  10. "antigravity",
  11. "argparse",
  12. "array",
  13. "ast",
  14. "asynchat",
  15. "asyncio",
  16. "asyncore",
  17. "atexit",
  18. "audioop",
  19. "base64",
  20. "bdb",
  21. "binascii",
  22. "binhex",
  23. "bisect",
  24. "builtins",
  25. "bz2",
  26. "cProfile",
  27. "calendar",
  28. "cgi",
  29. "cgitb",
  30. "chunk",
  31. "cmath",
  32. "cmd",
  33. "code",
  34. "codecs",
  35. "codeop",
  36. "collections",
  37. "colorsys",
  38. "compileall",
  39. "concurrent",
  40. "configparser",
  41. "contextlib",
  42. "contextvars",
  43. "copy",
  44. "copyreg",
  45. "crypt",
  46. "csv",
  47. "ctypes",
  48. "curses",
  49. "dataclasses",
  50. "datetime",
  51. "dbm",
  52. "decimal",
  53. "difflib",
  54. "dis",
  55. "distutils",
  56. "doctest",
  57. "email",
  58. "encodings",
  59. "ensurepip",
  60. "enum",
  61. "errno",
  62. "faulthandler",
  63. "fcntl",
  64. "filecmp",
  65. "fileinput",
  66. "fnmatch",
  67. "fractions",
  68. "ftplib",
  69. "functools",
  70. "gc",
  71. "genericpath",
  72. "getopt",
  73. "getpass",
  74. "gettext",
  75. "glob",
  76. "graphlib",
  77. "grp",
  78. "gzip",
  79. "hashlib",
  80. "heapq",
  81. "hmac",
  82. "html",
  83. "http",
  84. "idlelib",
  85. "imaplib",
  86. "imghdr",
  87. "imp",
  88. "importlib",
  89. "inspect",
  90. "io",
  91. "ipaddress",
  92. "itertools",
  93. "json",
  94. "keyword",
  95. "lib2to3",
  96. "linecache",
  97. "locale",
  98. "logging",
  99. "lzma",
  100. "mailbox",
  101. "mailcap",
  102. "marshal",
  103. "math",
  104. "mimetypes",
  105. "mmap",
  106. "modulefinder",
  107. "msilib",
  108. "msvcrt",
  109. "multiprocessing",
  110. "netrc",
  111. "nis",
  112. "nntplib",
  113. "nt",
  114. "ntpath",
  115. "nturl2path",
  116. "numbers",
  117. "opcode",
  118. "operator",
  119. "optparse",
  120. "os",
  121. "ossaudiodev",
  122. "pathlib",
  123. "pdb",
  124. "pickle",
  125. "pickletools",
  126. "pipes",
  127. "pkgutil",
  128. "platform",
  129. "plistlib",
  130. "poplib",
  131. "posix",
  132. "posixpath",
  133. "pprint",
  134. "profile",
  135. "pstats",
  136. "pty",
  137. "pwd",
  138. "py_compile",
  139. "pyclbr",
  140. "pydoc",
  141. "pydoc_data",
  142. "pyexpat",
  143. "queue",
  144. "quopri",
  145. "random",
  146. "re",
  147. "readline",
  148. "reprlib",
  149. "resource",
  150. "rlcompleter",
  151. "runpy",
  152. "sched",
  153. "secrets",
  154. "select",
  155. "selectors",
  156. "shelve",
  157. "shlex",
  158. "shutil",
  159. "signal",
  160. "site",
  161. "smtpd",
  162. "smtplib",
  163. "sndhdr",
  164. "socket",
  165. "socketserver",
  166. "spwd",
  167. "sqlite3",
  168. "sre",
  169. "sre_compile",
  170. "sre_constants",
  171. "sre_parse",
  172. "ssl",
  173. "stat",
  174. "statistics",
  175. "string",
  176. "stringprep",
  177. "struct",
  178. "subprocess",
  179. "sunau",
  180. "symtable",
  181. "sys",
  182. "sysconfig",
  183. "syslog",
  184. "tabnanny",
  185. "tarfile",
  186. "telnetlib",
  187. "tempfile",
  188. "termios",
  189. "textwrap",
  190. "this",
  191. "threading",
  192. "time",
  193. "timeit",
  194. "tkinter",
  195. "token",
  196. "tokenize",
  197. "trace",
  198. "traceback",
  199. "tracemalloc",
  200. "tty",
  201. "turtle",
  202. "turtledemo",
  203. "types",
  204. "typing",
  205. "unicodedata",
  206. "unittest",
  207. "urllib",
  208. "uu",
  209. "uuid",
  210. "venv",
  211. "warnings",
  212. "wave",
  213. "weakref",
  214. "webbrowser",
  215. "winreg",
  216. "winsound",
  217. "wsgiref",
  218. "xdrlib",
  219. "xml",
  220. "xmlrpc",
  221. "xx",
  222. "xxlimited",
  223. "xxlimited_35",
  224. "xxsubtype",
  225. "zipapp",
  226. "zipfile",
  227. "zipimport",
  228. "zlib",
  229. "zoneinfo",
  230. }