Files
typeshed/stdlib
Jukka Lehtosalo 97bd6e37b9 Update argparse to accept unicode in many contexts
Change `str` to `Union[str, unicode]` where it seems safe.
I didn't change it in non-covariant contexts since that can
break user code.

I manually verified a subset of the changes by calling the
relevant function with unicode literals (ascii-only).

I'm using `Union[str, unicode]` instead of just `unicode`
so that the stub still works with tools that don't promote
`str` objects to `unicode`.
2017-01-18 08:43:49 -08:00
..
2016-12-20 02:28:12 -08:00
2016-12-20 02:28:12 -08:00
2016-12-20 02:28:12 -08:00