From 0e3286bc435a2909e4fdabf4736af0d3cee80f65 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 23 Jan 2020 15:01:30 +0100 Subject: [PATCH] Remove consent requirement for third-party stubs (#3643) This was discussed a while ago on typing-sig. Consequently the requirement of asking third-party maintainers for permission was removed from PEP 484. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2cfb7c033..9535cac06 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,6 @@ go into `third_party`. Since these modules can behave differently for different versions of Python, `third_party` has version subdirectories, just like `stdlib`. -NOTE: When you're contributing a new stub for a package that you did -not develop, please obtain consent of the package owner (this is -specified in [PEP -484](https://www.python.org/dev/peps/pep-0484/#the-typeshed-repo)). -The best way to obtain consent is to file an issue in the third-party -package's tracker and include the link to a positive response in your PR -for typeshed. - For more information on directory structure and stub versioning, see [the relevant section of CONTRIBUTING.md]( https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-versioning).