Skip to content

Commit 4c27808

Browse files
author
Guido van Rossum
committed
Mention the typeshed repo. Fixes #80.
1 parent a3148dc commit 4c27808

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pep-0484.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,16 @@ snippet in ``setup.py``::
944944
],
945945
...
946946

947+
The Typeshed Repo
948+
-----------------
949+
950+
There is a shared repository where useful stubs are being collected
951+
[typeshed]_. Note that stubs for a given package will not be included
952+
here without the explicit consent of the package owner. Further
953+
policies regarding the stubs collected here will be decided at a later
954+
time, after discussion on python-dev, and reported in the typeshed
955+
repo's README.
956+
947957

948958
Exceptions
949959
==========
@@ -1385,6 +1395,9 @@ References
13851395
.. [mypy]
13861396
http://mypy-lang.org
13871397

1398+
.. [typeshed]
1399+
https://github.com/JukkaL/typeshed/
1400+
13881401
.. [pyflakes]
13891402
https://github.com/pyflakes/pyflakes/
13901403

0 commit comments

Comments
 (0)