Skip to content

Commit d8f21ca

Browse files
authored
Remove the PEP draft, redirect everyone to the real PEP and discussion (#109)
1 parent a5dd2c8 commit d8f21ca

File tree

4 files changed

+13
-1891
lines changed

4 files changed

+13
-1891
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Type Manipulation in Python
22

3-
This is the development repository for a PEP to add
4-
TypeScript-inspired type-level introspection and construction
5-
facilities to the Python type system.
3+
This is the development repository for
4+
[PEP 827 – Type Manipulation](https://peps.python.org/pep-0827/),
5+
which proposes TypeScript-inspired type-level introspection and construction
6+
facilities for the Python type system.
67

7-
There is [a rendered PEP draft](https://python-typemap.labs.vercel.dev).
8-
9-
See [pep.rst](pep.rst) for the PEP draft source code.
8+
Discussion of the PEP is at the
9+
[PEP 827 discussion thread](https://discuss.python.org/t/pep-827-type-manipulation/106353).
1010

1111
This repository also contains an implementation of the proposed
1212
additions to ``typing`` ([typemap/typing.py](typemap/typing.py)), as well as a

0 commit comments

Comments
 (0)