.. _consider-using-with: consider-using-with / R1732 =========================== **Message emitted:** Consider using 'with' for resource-allocating operations **Description:** *Emitted if a resource-allocating assignment or call may be replaced by a 'with' block. By using 'with' the release of the allocated resources is ensured even in the case of an exception.* Created by ``refactoring`` checker