FichteFoll
|
8b6234ad2c
|
Use self-type in asyncio.Future.*_done_callback (#1614)
|
2017-10-10 10:06:57 -07:00 |
|
FichteFoll
|
cc3e753202
|
All loop kwargs in asyncio.streams are optional (#1615)
I verified this with the module code. All these loop arguments default
to `None` and are set with `events.get_event_loop()` if this is the
case.
|
2017-09-18 07:51:25 -07:00 |
|
FichteFoll
|
d492c5360d
|
pprint stream type (#178)
* Use less strict IO[str] instead of TextIO
* IO[Any] should be IO[str]
See also discussion in #17.
|
2016-05-03 11:48:38 -07:00 |
|
FichteFoll
|
6537649fda
|
json.dump{s,}' indent parameter also supports str (#175)
|
2016-05-01 17:50:03 -07:00 |
|