Skip to content

Commit 4f020e7

Browse files
authored
Mark mypy 1.7 changelog as final/released (#16448)
We are now very close to release.
1 parent 85f405a commit 4f020e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44

55
Stubgen will now include `__all__` in its output if it is in the input file (PR [16356](https://github.com/python/mypy/pull/16356)).
66

7-
## Mypy 1.7 [unreleased]
7+
## Mypy 1.7
88

99
We’ve just uploaded mypy 1.7 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:
1010

11-
```
1211
python3 -m pip install -U mypy
13-
```
1412

1513
You can read the full documentation for this release on [Read the Docs](http://mypy.readthedocs.io).
1614

@@ -42,7 +40,7 @@ def foo(*, name: str, age: int) -> None:
4240

4341
Refer to [PEP 692](https://peps.python.org/pep-0692/) for more information. Note that unlike in the current version of the PEP, mypy always treats signatures with `Unpack[SomeTypedDict]` as equivalent to their expanded forms with explicit keyword arguments, and there aren't special type checking rules for TypedDict arguments.
4442

45-
This was contributed by Ivan Levkivskyi back in 2022 ([PR 13471](https://github.com/python/mypy/pull/13471)).
43+
This was contributed by Ivan Levkivskyi back in 2022 (PR [13471](https://github.com/python/mypy/pull/13471)).
4644

4745
#### TypeVarTuple Support Enabled (Experimental)
4846

0 commit comments

Comments
 (0)