Files
edx-platform/openedx/core/djangoapps/user_api
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-10-19 13:25:08 -04:00
2019-02-15 10:15:51 -05:00
2018-05-02 10:03:50 -04:00
2019-02-19 11:24:21 -05:00
2019-02-21 22:37:07 -05:00