Skip to content

Guide to the parser contains an obsolete link to Changing CPython's grammar #126509

@valerii-software

Description

@valerii-software

Documentation

cpython/InternalDocs/parser.md line 20

See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)

The link refers to https://devguide.python.org/developer-workflow/grammar/#grammar with such content:

This document is now part of the [CPython Internals Docs](https://github.com/python/cpython/blob/main/InternalDocs/changing_grammar.md).

The link inside refers to https://github.com/python/cpython/blob/main/InternalDocs/changing_grammar.md which is in the same directory as an initial parsed.md docs file.
So it is suggested to use a relative path to the file as such

See the devguide's [Changing CPython's grammar](./changing_grammar.md)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc direasy

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions