[Python-Dev] Re: PEP 687 – Isolating modules in the standard library

2022-04-12 Thread Erlend Egeberg Aasland
> On 12 Apr 2022, at 01:23, Nick Coghlan wrote: > On Tue, 12 Apr 2022, 3:59 am Guido van Rossum, wrote: > In the sentence starting with > > Making that final paragraph the first paragraph in the section should help on > both points (reminds me of flipping an if/else in code so the one-liner

[Python-Dev] Re: Declarative imports

2022-04-12 Thread Christopher Barker
On Mon, Apr 11, 2022 at 2:03 PM Brett Cannon wrote: > That is an extremely subtle shift for what `import x.y` does compared to > `(import x.y)`. That requires a context switch of not only seeing `import` > in an expression context, but that the statement also acts differently in > terms of what i

[Python-Dev] Accepting PEP 670 – Convert macros to functions in the Python C API

2022-04-12 Thread Petr Viktorin
Hello, The Steering Council is **Accepting** the latest iteration of PEP 670: Convert macros to functions in the Python C API. Congratulations! - Petr, on behalf of the Steering Council ___ Python-Dev mailing list -- python-dev@python.org To unsubscr