下载 Python 3.13 文档
上次更新:10月 10, 2025 (09:57 UTC)。
要下载包含此 Python 版本的所有文档的特定格式的归档文件, 请点击下表中相应的链接。
格式 | 压缩为.zip | 压缩为.tar.bz2 |
---|---|---|
HTML | Download | Download |
纯文本 | Download | Download |
Texinfo | Download | Download |
EPUB | Download |
这些归档文件包含文档中的全部内容。
We no longer provide updates to the pre-built PDFs of the documentation.
The previously-built archives are still available and may be of use:
PDF (.zip archive);
PDF (.tar.bz2 archive).
To build a PDF archive, follow the instructions in the
Developer's Guide
and run make dist-pdf
in the Doc/
directory of a copy of the CPython repository.
See the directory listing for file sizes.
解压缩
Unix 用户应当下载 .tar.bz2 归档文件;这些文件是使用了 bzip 的 tar 归档并可以使用 tar 和 bzip2 程序通过正常的方式来处理。 在需要时可以使用 Info-ZIP 解压缩程序 来处理 ZIP 归档文件。 .tar.bz2 归档文件提供了最佳压缩率 和最快的下载速度。
Windows 用户可以使用 ZIP 归档文件因为它是该平台上惯常使用的。 这种文件在 Unix 可使用 Info-ZIP 压缩程序来创建。
遇到问题
Open an issue if you have comments or suggestions for the Python documentation.