[Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore(). (original) (raw)
Zero Piraeus z at etiol.net
Fri Oct 11 21:09:56 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, 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 disregard_for(...):
with indifference_to(...):
with nonchalance_regarding(...):
with blithe_disdain_concerning(...):
-[]z.
-- Zero Piraeus: dictatum erat http://etiol.net/pubkey.asc
- 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 ]