You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.11.0a7, the typing standard library documentation typing.LiteralString misses tag "New in version 3.11." although the feature was listed in "What's New" issue 91491.
The same applies for typing.Unpack.
PEP 655's Required and NotRequired are mentioned in the "What's New" issue, but don't exist yet (in version 3.11.0a7) in either the typing module or its documentation. When that issue's resolution gets merged, and the typing documentation gets updated, these need the tag "New in version 3.11." too.
The text was updated successfully, but these errors were encountered:
Documentation
In version 3.11.0a7, the
typing
standard library documentationtyping.LiteralString
misses tag "New in version 3.11." although the feature was listed in "What's New" issue 91491.The same applies for
typing.Unpack
.PEP 655's
Required
andNotRequired
are mentioned in the "What's New" issue, but don't exist yet (in version 3.11.0a7) in either thetyping
module or its documentation. When that issue's resolution gets merged, and thetyping
documentation gets updated, these need the tag "New in version 3.11." too.The text was updated successfully, but these errors were encountered: