Skip to content

Commit 0f4d4c0

Browse files
authored
Rename pre-pep.rst to pep.rst. (#62)
It is still a draft but it's a draft of a PEP and not of a "pre-PEP".
1 parent b37c053 commit 0f4d4c0

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

scripts/build-peps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ ! -d peps ]; then
99
fi
1010
cd peps/peps
1111
if [ ! -s pep-9999.rst ]; then
12-
ln -s ../../../pre-pep.rst pep-9999.rst
12+
ln -s ../../../pep.rst pep-9999.rst
1313
fi
1414
cd ..
1515

scripts/update-examples.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
scripts/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

77
scripts/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

0 commit comments

Comments
 (0)