From a56624460c9453d4ae3cd84e7a4ed96f71a88d1e Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Thu, 28 May 2020 16:02:24 -0400 Subject: [PATCH 1/2] Update mailing list link in glossary Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig and Discourse instead. Signed-off-by: Sumana Harihareswara --- source/glossary.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/glossary.rst b/source/glossary.rst index cbf8da0eb..1b3a7f90f 100644 --- a/source/glossary.rst +++ b/source/glossary.rst @@ -128,11 +128,14 @@ Glossary Python Packaging Authority (PyPA) - PyPA is a working group that maintains many of the relevant projects in - Python packaging. They maintain a site at https://www.pypa.io, host projects - on `github `_ and `bitbucket - `_, and discuss issues on the `pypa-dev - mailing list `_. + PyPA is a working group that maintains many of the relevant + projects in Python packaging. They maintain a site at + https://www.pypa.io, host projects on `GitHub + `_ and `Bitbucket + `_, and discuss issues on the + `distutils-sig mailing list + `_ + and `the Python Discourse forum `__. Python Package Index (PyPI) From e37984909a34def32f2ba35b42b57ee0eb469452 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Thu, 28 May 2020 16:03:30 -0400 Subject: [PATCH 2/2] Improve formatting in glossary Signed-off-by: Sumana Harihareswara --- source/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glossary.rst b/source/glossary.rst index 1b3a7f90f..e68c39c19 100644 --- a/source/glossary.rst +++ b/source/glossary.rst @@ -122,8 +122,8 @@ Glossary Pure Module - A :term:`module` written in Python and contained in a single .py file (and - possibly associated .pyc and/or .pyo files). + A :term:`module` written in Python and contained in a single `.py` file (and + possibly associated `.pyc` and/or `.pyo` files). Python Packaging Authority (PyPA)