#18705: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-08-17 15:53:55 +03:00
commit 9a3777e525
26 changed files with 49 additions and 49 deletions

View file

@ -142,7 +142,7 @@ class closing(object):
@contextmanager
def ignored(*exceptions):
"""Context manager to ignore specifed exceptions
"""Context manager to ignore specified exceptions
with ignored(OSError):
os.remove(somefile)