Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,20 @@ 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)

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 <https://github.com/pypa>`_ and `bitbucket
<https://bitbucket.org/pypa>`_, and discuss issues on the `pypa-dev
mailing list <https://groups.google.com/forum/#!forum/pypa-dev>`_.
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
<https://github.com/pypa>`_ and `Bitbucket
<https://bitbucket.org/pypa>`_, and discuss issues on the
`distutils-sig mailing list
<https://mail.python.org/mailman3/lists/distutils-sig.python.org/>`_
and `the Python Discourse forum <https://discuss.python.org/c/packaging>`__.


Python Package Index (PyPI)
Expand Down