portingguide:保守的Python 3移植指南

时间:2024-06-16 05:31:55
【文件属性】:

文件名称:portingguide:保守的Python 3移植指南

文件大小:60KB

文件格式:ZIP

更新时间:2024-06-16 05:31:55

Python

保守的Python 3移植指南 针对需要使用Python 3的人们的指南,是为需要开始支持Python 3的大型保守代码库编写的。 建造 要在本地构建文档,请使用Python 3 virtualenv,安装sphinx: $ python -m pip安装sphinx ...并运行它: $使HTML 测验 我们有一些自动测试。 要运行它们,请安装依赖项: $ python -m pip install -r test-requirements.txt ...并运行: $ python -m pytest -v 执照 本指南根据[CC BY-SA 4.0]许可证发布。 此外,此存储库中的所有代码(包括文本中的代码示例,测试,构建脚本)都专用于[CC0 1.0]专用的公共领域。 [CC BY-SA 4.0]: : [CC0 1.0]: : 有关许可证文本,请分别参见文


【文件预览】:
portingguide-master
----README.rst(6B)
----test-requirements.txt(17B)
----source()
--------stdlib-reorg.rst(4KB)
--------iterators.rst(8KB)
--------tools.rst(5KB)
--------core-obj-misc.rst(8KB)
--------conf.py(9KB)
--------classes.rst(3KB)
--------dicts.rst(8KB)
--------index.rst(2KB)
--------builtins.rst(9KB)
--------strings.rst(12KB)
--------exceptions.rst(7KB)
--------comparisons.rst(9KB)
--------process.rst(5KB)
--------syntax.rst(4KB)
--------imports.rst(4KB)
--------etc.rst(5KB)
--------comprehensions.rst(3KB)
--------numbers.rst(6KB)
----test_portingguide()
--------test_future_imports.py(885B)
--------test_fixer_library.py(2KB)
----LICENCE.CC0(7KB)
----.travis.yml(135B)
----Makefile(7KB)
----.gitignore(21B)
----README(1KB)
----LICENCE.CC-BY-SA(17KB)

网友评论