[Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore(). (original) (raw)
R. David Murray rdmurray at bitdance.com
Sat Oct 12 00:49:16 CEST 2013
- Previous message: [Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
- Next message: [Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 11 Oct 2013 16:09:56 -0300, Zero Piraeus <z at etiol.net> wrote:
:
On Fri, Oct 11, 2013 at 08:01:07PM +0100, MRAB wrote: > On 11/10/2013 19:41, Glenn Linderman wrote: > >Insistence on using "with" for the anti-pattern, and proper English, > >would require: > > > >with ignoranceof(FileNotFoundError) > > > "Ignorance" means not knowing, but we do know about FileNotFoundError. > What we want is to ignore it. Suggestions: with disregardfor(...): with indifferenceto(...): with nonchalanceregarding(...): with blithedisdainconcerning(...):
with an_immediate_exit_from_the_with_if_we_see(...):
--David
- Previous message: [Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
- Next message: [Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]