Sentinels
This is a reference implementation of a utility for the definition of sentinel values in Python. This also includes a draft PEP for the inclusion of this utility in the Python standard library.
Usage
from sentinels import sentinel
NotGiven = sentinel('NotGiven')