]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92584: Remove distutils from the newtypes tutorial includes (#108024)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 22 Aug 2023 18:42:51 +0000 (19:42 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 18:42:51 +0000 (20:42 +0200)
commite97b7bef4fbe71821d59d2f41f311e514fd29e39
tree6b7344d5ddcdf64d2815aa016ebe08cdb8d188ce
parent13966da71b693b1fae1a8ef66e34e2f0a90ec6c0
GH-92584: Remove distutils from the newtypes tutorial includes (#108024)
Doc/extending/newtypes_tutorial.rst
Doc/includes/newtypes/custom.c [moved from Doc/includes/custom.c with 100% similarity]
Doc/includes/newtypes/custom2.c [moved from Doc/includes/custom2.c with 100% similarity]
Doc/includes/newtypes/custom3.c [moved from Doc/includes/custom3.c with 100% similarity]
Doc/includes/newtypes/custom4.c [moved from Doc/includes/custom4.c with 100% similarity]
Doc/includes/newtypes/pyproject.toml [new file with mode: 0644]
Doc/includes/newtypes/setup.py [new file with mode: 0644]
Doc/includes/newtypes/sublist.c [moved from Doc/includes/sublist.c with 100% similarity]
Doc/includes/newtypes/test.py [moved from Doc/includes/test.py with 94% similarity]
Doc/includes/setup.py [deleted file]