Skip to content

Conversation

ilevkivskyi
Copy link
Member

Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, one remark.

errors: Optional[str] = ..., newline: Optional[str] = ..., closefd: bool = ...) -> IO[Any]: ...
errors: Optional[str] = ..., newline: Optional[str] = ..., closefd: bool = ...,
opener: Optional[Callable[[str, int], int]] = ...) -> IO[Any]: ...
elif sys.version_info >= (3, 3):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we don't support Python versions < 3.4, this should be merged with the branch below. In fact, we removed all those not-required branches previously.

@ilevkivskyi ilevkivskyi requested a review from srittau May 9, 2019 14:48
@srittau srittau merged commit 75723e3 into python:master May 9, 2019
@ilevkivskyi ilevkivskyi deleted the fix-open branch May 9, 2019 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected keyword argument "opener" for "open"
2 participants