Re: PEP Idea: Extended import syntax for aliasing module attributes

2025-06-17 Thread Barry
On 17 Jun 2025, at 15:17, Neal Becker wrote: On Tue, Jun 17, 2025 at 8:19 AM Barry Scott <[1]ba...@barrys-emacs.org> wrote: > On 17 Jun 2025, at 00:19, Omar Ahmed via Python-list <[2]python-list@python.org> wrote: > > Hi all, > I would like to propose a potent

Python 3.14.0 beta 3 is here!

2025-06-17 Thread Hugo van Kemenade
It’s 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b3, is the third of four planned beta releases. Beta release previews are intended to give the wider community the opportunity

Re: PEP Idea: Extended import syntax for aliasing module attributes

2025-06-17 Thread Neal Becker via Python-list
On Tue, Jun 17, 2025 at 8:19 AM Barry Scott wrote: > > > > On 17 Jun 2025, at 00:19, Omar Ahmed via Python-list < > python-list@python.org> wrote: > > > > Hi all, > > I would like to propose a potential addition to Python's `import` syntax > that would improve clarity and ergonomics for cases whe

Re: PEP Idea: Extended import syntax for aliasing module attributes

2025-06-17 Thread Barry Scott
> On 17 Jun 2025, at 00:19, Omar Ahmed via Python-list > wrote: > > Hi all, > I would like to propose a potential addition to Python's `import` syntax that > would improve clarity and ergonomics for cases where developers want both > full module access *and* a local alias to a specific attr