Files
typeshed/stdlib
Guido van Rossum 53f0ed7e68 Fix signature of nested() -- it actually returns a list of values.
To be on the conservative side I'm making it an Iterable of values;
this should be good enough for common usages.

The types of the values actually correspond to the types of the
argument ContextManagers, but a proper signature would require
variadic type variables (https://github.com/python/typing/issues/193),
which isn't worth waiting for. :-)
2016-08-02 12:03:58 -07:00
..
2016-08-02 07:39:13 -07:00
2016-08-01 14:31:57 -07:00
2016-07-17 21:16:25 -07:00