[Python-Dev] cpython: Rename contextlib.ignored() to contextlib.ignore().
Alexander Belopolsky
alexander.belopolsky at gmail.com
Tue Oct 15 19:03:42 CEST 2013
More information about the Python-Dev mailing list
Tue Oct 15 19:03:42 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 Tue, Oct 15, 2013 at 8:27 AM, Antoine Pitrou <solipsis at pitrou.net> wrote: >> I've come to the conclusion it makes sense to rename it from ignore to >> suppress, since that's the term already used for this operation in the >> rest of the context management docs: http://bugs.python.org/issue19266 > > "suppress" and/or "trap" (which I believe is a common name for such > operation). +0 for s/ignore/suppress/ -1 for trap/catch or anything similar that would imply that with trap(Error) as e: ... would make any sense.
- 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 ]
More information about the Python-Dev mailing list