Address review feedback

This commit is contained in:
David Fisher
2016-03-11 16:01:30 -08:00
parent d390ef3161
commit 9f4a8d3df6
3 changed files with 6 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ class IO(Iterable[AnyStr], Generic[AnyStr]):
@abstractmethod
def __enter__(self) -> 'IO[AnyStr]': ...
@abstractmethod
def __exit__(self, t: type, value: Any, traceback: Any) -> bool: ...
def __exit__(self, t: type = None, value: BaseException = None, traceback: Any = None) -> bool: ...
class BinaryIO(IO[bytes]):
# TODO readinto