PEP 8015: add Mark Shannon to the Type Hints Team (#833)
Add also names for the Documentation Team.
This commit is contained in:
parent
8739c9efb4
commit
e810baa03d
19
pep-8015.rst
19
pep-8015.rst
|
@ -447,7 +447,7 @@ Annex: Examples of Python Teams
|
|||
Below are examples of some Python teams (the list will not be kept up to
|
||||
date in this PEP).
|
||||
|
||||
Packaging team
|
||||
Packaging Team
|
||||
--------------
|
||||
|
||||
The packaging team runs its own PEP category and can approve (or reject)
|
||||
|
@ -461,7 +461,7 @@ their own PEPs.
|
|||
* Stdlib module: ``distutils``
|
||||
* Current PEP delegate: Paul Moore
|
||||
|
||||
IDLE team
|
||||
IDLE Team
|
||||
---------
|
||||
|
||||
IDLE is a special case in the Python standard library: it's a whole
|
||||
|
@ -473,7 +473,7 @@ the stdlib diverges in newer stable branches).
|
|||
* Example of members: Terry Reedy, Cheryl Sabella, Serhiy Storchaka
|
||||
* Stdlib module: ``idlelib``
|
||||
|
||||
Mentorship team
|
||||
Mentorship Team
|
||||
---------------
|
||||
|
||||
Becoming a core developer is long and slow process. Mentorship an an
|
||||
|
@ -492,19 +492,20 @@ a trust relationship.
|
|||
|
||||
Note: The group is not responsible to promote core developers.
|
||||
|
||||
Documentation team
|
||||
Documentation Team
|
||||
------------------
|
||||
|
||||
* Mailing list: `doc-sig
|
||||
<https://mail.python.org/mailman/listinfo/doc-sig>`_
|
||||
* Bug tracker component: ``Documentation``
|
||||
* GitHub tag: ``type-doc``
|
||||
* Example of members: Julien Palard, INADA Naoki, Raymond Hettinger.
|
||||
|
||||
The team also manages documentation translations.
|
||||
|
||||
See also the Mentorship team which maintains the "Devguide".
|
||||
|
||||
Security team
|
||||
Security Team
|
||||
-------------
|
||||
|
||||
* Website: https://www.python.org/news/security/
|
||||
|
@ -524,7 +525,7 @@ whereas security-sig is public.
|
|||
|
||||
Note: This team rarely proposed PEPs.
|
||||
|
||||
Performance team
|
||||
Performance Team
|
||||
----------------
|
||||
|
||||
* Website: https://speed.python.org/
|
||||
|
@ -543,7 +544,7 @@ Performance team
|
|||
Usually PEPs involving performance impact everybody and so are discussed
|
||||
on the python-dev mailing list, rather than the speed mailing list.
|
||||
|
||||
Asynchronous programming team
|
||||
Asynchronous Programming Team
|
||||
-----------------------------
|
||||
|
||||
* Website: https://docs.python.org/dev/library/asyncio.html
|
||||
|
@ -558,7 +559,7 @@ PEP only modifying ``asyncio`` and ``contextvars`` can be discussed on
|
|||
the async-sig mailing list, whereas changes impacting the Python
|
||||
language must be discussed on python-dev.
|
||||
|
||||
Type Hints team
|
||||
Type Hints Team
|
||||
---------------
|
||||
|
||||
* Website: http://mypy-lang.org/
|
||||
|
@ -567,7 +568,7 @@ Type Hints team
|
|||
<https://github.com/python/mypy/labels/topic-pep-484>`_
|
||||
* Stdlib modules: ``typing``
|
||||
* Example of members: Guido van Rossum, Ivan Levkivskyi,
|
||||
Jukka Lehtosalo, Łukasz Langa
|
||||
Jukka Lehtosalo, Łukasz Langa, Mark Shannon.
|
||||
|
||||
Note: There is a backport for Python 3.6 and older, see
|
||||
`typing on PyPI <https://pypi.org/project/typing/>`_.
|
||||
|
|
Loading…
Reference in New Issue