Re: Coming In Python 3.15: Sentinel Values

Paul Rubin <[email protected]> Sun, 10 May 2026 21:01:00 -0700
Newsgroups comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
Lawrence D’Oliveiro <[email protected]> writes:
> For those times when a simple “None” marker element is not sufficient,
> this will be very convenient.

object() has always worked for me.