列出所有的python3.9的标准库
时间: 2024-06-08 21:07:06 浏览: 186
python 标准库
以下是 Python 3.9 版本的标准库列表:
- abc
- aifc
- argparse
- array
- ast
- asyncio
- asyncore
- atexit
- audioop
- base64
- bdb
- binascii
- binhex
- bisect
- builtins
- bz2
- cProfile
- calendar
- cgi
- cgitb
- chunk
- cmath
- cmd
- code
- codecs
- codeop
- collections
- collections.abc
- colorsys
- compileall
- concurrent
- configparser
- contextlib
- contextvars
- copy
- copyreg
- crypt
- csv
- ctypes
- curses
- dataclasses
- datetime
- dbm
- decimal
- difflib
- dis
- distutils
- doctest
- email
- encodings
- ensurepip
- enum
- errno
- faulthandler
- fcntl
- filecmp
- fileinput
- fnmatch
- formatter
- fractions
- ftplib
- functools
- gc
- getopt
- getpass
- glob
- grp
- gzip
- hashlib
- heapq
- hmac
- html
- http
- hyperlinks
- imaplib
- imghdr
- importlib
- inspect
- io
- ipaddress
- itertools
- json
- keyword
- lib2to3
- linecache
- locale
- logging
- lzma
- mailbox
- mailcap
- marshal
- math
- mmap
- modulefinder
- msilib
- multiprocessing
- netrc
- nis
- nntplib
- numbers
- opcode
- operator
- optparse
- os
- os.path
- parser
- pathlib
- pdb
- pickle
- pickletools
- pipes
- pkgutil
- platform
- plistlib
- poplib
- pprint
- profile
- pstats
- pty
- py_compile
- queue
- quopri
- random
- re
- readline
- reprlib
- resource
- rlcompleter
- runpy
- sched
- secrets
- select
- selectors
- shelve
- shlex
- shutil
- signal
- site
- smtpd
- smtplib
- sndhdr
- socket
- socketserver
- sqlite3
- ssl
- stat
- statistics
- string
- stringprep
- struct
- subprocess
- sunau
- symbol
- symtable
- sys
- sysconfig
- syslog
- tabnanny
- tarfile
- telnetlib
- tempfile
- termios
- test
- textwrap
- threading
- time
- timeit
- tkinter
- token
- tokenize
- traceback
- tracemalloc
- tty
- turtle
- types
- typing
- unicodedata
- unittest
- urllib
- uu
- uuid
- venv
- warnings
- wave
- weakref
- webbrowser
- winreg
- winsound
- wsgiref
- xdrlib
- xml
- xmlrpc
- zipapp
- zipfile
- zipimport
- zlib
阅读全文