﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27818	Use contextlib.suppress to suppress exceptions.	Mads Jensen	Tim Graham <timograham@…>	"As per a comment in #23919, this pattern can be replaced with `contextlib.suppress(...)` which is valid as of Python 3.4. The code looks a bit cleaner.

{{{
try:
    ...
except ...:
    pass
}}}"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed		Adam Johnson	Accepted	1	0	0	0	0	0
