xotl.tools.future.contextlib - Utilities for with-statement contexts

Utilities for with-statement contexts.

This module re-export all symbols from the standard library, with the exception of the function nested.

New in version 1.9.5.

The main reason to use this module is to stop using the nested() function and use the ExitStack implementation.