This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add "predicate" to the glossary
Type: enhancement Stage:
Components: Documentation Versions: Python 3.3, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, flox, rhettinger
Priority: low Keywords:

Created on 2014-01-16 13:25 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg208277 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2014-01-16 13:25
This term is used in various places in the documentation.
http://docs.python.org/dev/search.html?q=predicate

Probably it deserves an entry in the glossary, even if it is not specific to Python:
http://en.wikipedia.org/wiki/Predicate_%28mathematical_logic%29
msg208307 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2014-01-16 20:31
-0 To me, this seems like unnecessary noise.  The more random entries we add to the glossary, the less usable it becomes.  There are many computing terms that could be added such as "recursion", "stack overflow", "buffer", "header", "packet", "basic block", "token", "sentinel", "codec", "callback", etc.  We could add all of those but it wouldn't make the glossary better; it would just make it bigger.

The current glossary strikes pretty good balance but could stand a little pruning here and there (i.e. remove the entry for "complex number" and trim the "parameter" entry back to a sentence or two).
msg208709 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2014-01-21 21:50
Then we can forget it. Thank you for your input.
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64479
2014-01-21 21:50:09floxsetstatus: open -> closed
resolution: rejected
messages: + msg208709
2014-01-16 20:31:56rhettingersetnosy: + rhettinger
messages: + msg208307
2014-01-16 13:25:50floxcreate