Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-103629: Update typing.Unpack docs in compliance with PEP 692 #103894

Conversation

franekmagiera
Copy link
Contributor

@franekmagiera franekmagiera commented Apr 26, 2023

@JelleZijlstra
Copy link
Member

Thanks! Could you add an entry to the 3.12 What's New and to the NEWS as well?

@franekmagiera
Copy link
Contributor Author

Thought about doing it in a separate PR but I can add it as a part of this one :) let me do that.

@AlexWaygood AlexWaygood added topic-typing 3.12 bugs and security fixes labels Apr 26, 2023
@AlexWaygood AlexWaygood merged commit dc3f975 into python:main Apr 26, 2023
@AlexWaygood
Copy link
Member

Thanks @franekmagiera!


from typing import TypedDict, Unpack

class Movie(TypedDict):

Choose a reason for hiding this comment

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

4 space tab would've been more consistent.

Copy link
Member

Choose a reason for hiding this comment

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

3 spaces are the convention in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes docs Documentation in the Doc dir skip news topic-typing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants