From 41dc16f5396e173afa6b26aa308978924a6450f3 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Thu, 8 Jun 2017 15:45:28 +0200 Subject: [PATCH 1/2] Add additional repositories for the contributors --- communication.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/communication.rst b/communication.rst index 10a5acfcf..2229bc8fb 100644 --- a/communication.rst +++ b/communication.rst @@ -100,3 +100,14 @@ part, greatly increasing the chances of receiving tolerance and encouragement in return. .. _Diversity Statement: http://www.python.org/psf/diversity/ + +Additional Repositories +----------------------- + +Because Python is not a simple project, we have repositories for several topics, + +* the `core-workflow`_ process if you want to contribute and use our tools. +* the Python `Performance Benchmark`_ suite if you are interested by the performance of Python. + +.. _core-workflow: https://github.com/python/core-workflow +.. _Performance Benchmark: https://github.com/python/performance From efeff8ee6831d145ab6ba6e51741895abd431ea4 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Sun, 30 Jul 2017 19:34:33 -0700 Subject: [PATCH 2/2] Mention core-workflow mailing list --- communication.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/communication.rst b/communication.rst index cfacf2e7d..b1a488ca2 100644 --- a/communication.rst +++ b/communication.rst @@ -52,6 +52,10 @@ General Python questions should go to `python-list`_ or `tutor`_ or similar resources, such as StackOverflow_ or the ``#python`` IRC channel on Freenode_. +`Core-Workflow `_ +mailing list is the place to discuss and work on improvements to the CPython +core development workflow. + A complete list of Python mailing lists can be found at https://mail.python.org. Most lists are also mirrored at http://news.gmane.org/ and can be read and posted to in various ways, including via web browsers, NNTP newsreaders, and @@ -101,13 +105,17 @@ in return. .. _Diversity Statement: https://www.python.org/psf/diversity/ + Additional Repositories ----------------------- -Because Python is not a simple project, we have repositories for several topics, +`Python Core Workflow`_ hosts the codebase for tools such as `cherry_picker`_ +and `blurb`_. -* the `core-workflow`_ process if you want to contribute and use our tools. -* the Python `Performance Benchmark`_ suite if you are interested by the performance of Python. +Python `Performance Benchmark`_ project is intended to be an authoritative +source of benchmarks for all Python implementations. -.. _core-workflow: https://github.com/python/core-workflow +.. _Python Core Workflow: https://github.com/python/core-workflow +.. _cherry_picker: https://pypi.org/project/cherry_picker +.. _blurb: https://pypi.org/project/blurb .. _Performance Benchmark: https://github.com/python/performance