Skip to content

Documentation for TypedDict.__total__ regressed in Python 3.13 docs #143728

@davidhewitt

Description

@davidhewitt

Documentation

On Python 3.11 and 3.12 the url https://docs.python.org/3.12/library/typing.html#typing.TypedDict.__total__ takes to this portion of the documentation:

Image

From Python 3.13 the heading has changed to typing.__total__, and similarly the URL link has changed to typing.__total__ instead of typing.TypedDict.__total__. This seems unintended and possibly confusing, as there is no module attribute typing.__total__

e.g. https://docs.python.org/3.13/library/typing.html#typing.__total__

Image

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions