🦞🌯 Lobster Roll

Thread

Revisiting PEP 394 (lwn.net)

Stories related to "Revisiting PEP 394" across the full archive.

Revisiting PEP 394 (lwn.net)
Revisiting PEP 394 (lwn.net)
The python project wrestles with what the python command should mean when Python 2 is no more.
Guido is giving a talk on PEP 3156 at Linkedin on Jan 23rd (meetup.com)
Asynchronous IO Support Rebooted: the "asyncio" Module http://www.python.org/dev/peps/pep-3156/
Guido accepts PEP 628 to add tau to math constants (bugs.python.org)
Beyond PEP 8 -- Best practices for beautiful intelligible code (youtube.com)
Using f-strings(PEP 498) style literal string interpolation without Python 3.6. (github.com)
PEP 530 -- Asynchronous Comprehensions (python.org)
PEP 308 and why I still hate Python (dvt.name)
PEP 628 -- Add math.tau (python.org)
In honor of tau/2 day.
PEP 550 -- Execution Context (python.org)
PEP 553: Built-in breakpoint() (python.org)
PEP 572: Assignment Expressions (python.org)
The PEPs of Python 3.9 (lwn.net)
PEP 620: Hide implementation details from the C API (python.org)
PEP 622 -- Structural Pattern Matching (python.org)
PEP 638 -- Syntactic Macros (python.org)
PEP 563, PEP 649 and the future of pydantic (github.com)
PEP 563 and Python 3.10 (mail.python.org)
PEP 659 -- Specializing Adaptive Interpreter (python.org)
PEP 657: Include Fine Grained Error Locations in Tracebacks (python.org)
PDM - Python package manager with PEP 582 support (pdm.fming.dev)
PEP 659 – Specializing Adaptive Interpreter | peps.python.org (peps.python.org)
PEP 636 – Structural Pattern Matching: Tutorial (peps.python.org)
PEP 703 – Making the Global Interpreter Lock Optional in CPython (peps.python.org)
PEP 709 – Inlined comprehensions (peps.python.org)
PEP 582 (Python local packages directory) rejected (discuss.python.org)
This PEP proposed a `__pypackages__` directory which would work similarly to the JS/NPM `node_modules` directory in the sense of being automatically on the import path whenever it exists in the local directory. The Python Steering Council has rejected the PEP.
PEP 711 – PyBI: a standard format for distributing Python Binaries (peps.python.org)
Debian-based distros have adopted PEP 668 (salsa.debian.org)
PEP 647 – User-Defined Type Guards (2020) (peps.python.org)
“Externally managed environments”: when PEP 668 breaks pip (pythonspeed.com)