Replying to Python-Dev. I hope you found the list and got feedback from
the documentation maintainers. Python devguide
https://devguide.python.org/ was using an updated theme, and I assume
that docs will get updated soon a responsive. There have been plenty
discussions on this front.
Thank you,
S
On Mon, 20 Sep 2021, 9:19 pm Pablo Galindo Salgado,
wrote:
> Hi,
>
> I have started a project to move the parsing off-strings to the parser and
> the grammar. Appart
> from some maintenance improvements (we can drop a considerable amount of
> hand-written code),
> there are some interesting thing
Hi Erik,
My first question is whether anyone is working on this as well (or
> hasalready done so and I missed it), to avoid duplication of effort.
We have already done this work. This was a contribution by Matthieu
Dartiailh:
https://github.com/we-like-parsers/pegen/blob/main/data/python.gram
Dear python-dev,
I've been working on a port of cpython/Grammar/python.gram from C (as
currently used in all the {} expressions to build the AST) to Python, directly
building nodes via the ast package. My motivation for this (as opposed to
calling ast.parse, which uses the C parser) is to mak
FYI, I've just published the July steering council update, also included
below:
https://github.com/python/steering-council/blob/main/updates/2021-07-steering-council-update.md
Just as a reminder, if you have any questions or concerns, feel free to
contact us or open an issue in the SC repo:
https