Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Coming In Python 3.15: Sentinel Values Date: Sun, 10 May 2026 21:01:00 -0700 Organization: A noiseless patient Spider Lines: 5 Message-ID: <87qznibnnn.fsf@nightsong.com> References: <10tr770$omms$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 11 May 2026 04:01:01 +0000 (UTC) Injection-Info: dont-email.me; logging-data="903068"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+MCzxY0gj6ll2DTf8NJrzV"; posting-host="5a9aabe8f65e2a5ce7ba5232caf93a31" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:PqzYqKgVVfMa/AWaPgY4ivjeSoo= sha1:uwWoCsCE1cxtB/eBAfX8k9YWkVs= sha256:h+m/3Y3j7dSGXcM3UQa+PoovYWlPWxX5rf7y4nCvess= sha1:QjlAVzhqOk8Q+8q5yHR4SlHxqQI= Xref: csiph.com comp.lang.python:197776 Lawrence D’Oliveiro writes: > For those times when a simple “None” marker element is not sufficient, > this will be very convenient. object() has always worked for me.