Skip to content

Commit f867aeb

Browse files
committed
Add items to deprecations table
1 parent 65cf186 commit f867aeb

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Doc/library/typing.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,3 +4339,23 @@ convenience. This is subject to change, and not all deprecations are listed.
43394339
- 3.13
43404340
- 3.18
43414341
- :gh:`105578`
4342+
* - :class:`typing.Optional`
4343+
- 3.16
4344+
- Undecided
4345+
- :gh:`132941`
4346+
* - :class:`typing.NoReturn`
4347+
- 3.16
4348+
- Undecided
4349+
- :gh:`132941`
4350+
* - :class:`typing.ForwardRef`
4351+
- 3.16
4352+
- Undecided
4353+
- :gh:`132941`
4354+
* - ``Union[X, Y]``
4355+
- 3.16
4356+
- Undecided
4357+
- :gh:`132941`
4358+
* - Inheriting from :class:`typing.Generic`
4359+
- 3.16
4360+
- Undecided
4361+
- :gh:`132941`

0 commit comments

Comments
 (0)