Files
typeshed/stdlib/2and3
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-07-29 05:59:26 -07:00
2016-04-13 11:44:43 +02:00
2016-07-29 08:02:24 -07:00
2016-07-28 06:15:22 -07:00
2016-07-29 05:50:46 -07:00
2016-07-26 07:41:08 -07:00
2016-07-22 07:38:17 -07:00
2016-08-02 11:06:52 -07:00