Skip to content

Commit d76a66f

Browse files
Apply suggestion from @JelleZijlstra
1 parent 03426a5 commit d76a66f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
22

3-
- Add support for `AsyncIterator`, `io.Reader`, `io.Writer` and `os.PathLike` protocols.
3+
- Add support for `AsyncIterator`, `io.Reader`, `io.Writer` and `os.PathLike` protocols
4+
as bases for other protocls.
45
- Fix incorrect behaviour on Python 3.9 and Python 3.10 that meant that
56
calling `isinstance` with `typing_extensions.Concatenate[...]` or
67
`typing_extensions.Unpack[...]` as the first argument could have a different

0 commit comments

Comments
 (0)