Skip to content

Incorrect sentence structure in "what’s new in Python 3.14" #139698

@mttpgn

Description

@mttpgn

Documentation

The documentation page "What’s new in Python 3.14" contains the following paragraph:

This interpreter currently only works with Clang 19 and newer on x86-64 and AArch64 architectures. However, a future release of GCC is expected will support this as well.

The second sentence contains a grammatical error, a double verb. To avoid confusion, the two verb phrases "is expected" and "will support" must either be joined with a conjunction ("is expected and will support this as well") or combined into a single verb phrase ("is expected to support this well").

The word "expected" could also be moved into an adjectival position, such as "an expected, future release of GCC will support this as well."

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