[Python-Dev] Re: RFC: New/update the Docs Sphinx theme: responsive, edit page links,

2021-09-23 Thread Senthil Kumaran
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,

[Python-Dev] Re: f-strings in the grammar

2021-09-23 Thread Nick Coghlan
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

[Python-Dev] Re: Porting python.gram to Python

2021-09-23 Thread Pablo Galindo Salgado
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

[Python-Dev] Porting python.gram to Python

2021-09-23 Thread Erik Demaine
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

[Python-Dev] July Steering Council update.

2021-09-23 Thread Thomas Wouters
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: