Files
edx-platform/common/djangoapps/util
Ned Batchelder 7d964b12db Context managers need to clean up properly
An @contextmanager will raise an exception from its yield statement if
an exception happens in the with-block that uses it.  If the context
manager needs to do clean up, it should do it even if an exception is
raised, so it needs to be done in a finally clause.
2019-04-17 13:14:48 -04:00
..
2018-09-10 16:30:13 +05:00
2019-02-19 11:24:21 -05:00
2018-09-17 16:48:14 -04:00