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
18 changes: 9 additions & 9 deletions source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,6 @@ Glossary
extensions.


Known Good Set (KGS)

A set of distributions at specified versions which are compatible with
each other. Typically a test suite will be run which passes all tests
before a specific set of packages is declared a known good set. This
term is commonly used by frameworks and toolkits which are comprised of
multiple individual distributions.


Import Package

A Python module which can contain other modules or recursively, other
Expand All @@ -147,6 +138,15 @@ Glossary
as described in the specicifcation :ref:`recording-installed-packages`.


Known Good Set (KGS)

A set of distributions at specified versions which are compatible with
each other. Typically a test suite will be run which passes all tests
before a specific set of packages is declared a known good set. This
term is commonly used by frameworks and toolkits which are comprised of
multiple individual distributions.


Module

The basic unit of code reusability in Python, existing in one of two
Expand Down
Loading