File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Computed Types in Python
22
3- See [ spec-draft .rst] ( spec-draft .rst) for the specification draft and [ pre-pep .rst] ( pre-pep .rst) for the PEP draft .
3+ See [ pep .rst] ( pep .rst) for the PEP draft and [ design-qs .rst] ( design-qs .rst) for some design discussion not yet merged into the PEP.
44
55## Development
66
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ! -d peps ]; then
99fi
1010cd peps/peps
1111if [ ! -s pep-9999.rst ]; then
12- ln -s ../../../pre- pep.rst pep-9999.rst
12+ ln -s ../../../pep.rst pep-9999.rst
1313fi
1414cd ..
1515
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33scripts/py2rst.py tests/test_qblike_2.py --start " Begin PEP section" --end " End PEP section" \
4- | scripts/rst_replace_section.py pre- pep.rst qb-impl -i
4+ | scripts/rst_replace_section.py pep.rst qb-impl -i
55
66
77scripts/py2rst.py tests/test_fastapilike_2.py --start " Begin PEP section" --end " End PEP section" \
8- | scripts/rst_replace_section.py pre- pep.rst init-impl -i
8+ | scripts/rst_replace_section.py pep.rst init-impl -i
You can’t perform that action at this time.
0 commit comments