From 2b435614b3f093fae7d2e6fac944d60f4abd23f4 Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 21 Jul 2026 18:05:39 +0200 Subject: [PATCH] PEP 838: Add reference implementations Reference implementations are available for uv, virtualenv and CPython. --- peps/pep-0838.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/peps/pep-0838.rst b/peps/pep-0838.rst index 39bb822d95c..5310ef7cfe5 100644 --- a/peps/pep-0838.rst +++ b/peps/pep-0838.rst @@ -128,7 +128,12 @@ documentation for this field. The field is not user-facing. Reference Implementation ======================== -Reference implementations will be provided for uv, virtualenv, and CPython. +Reference implementations are available for uv, virtualenv and CPython: + +- `uv `__ +- `virtualenv `__ +- :mod:`venv` in :cpython-pr:`154378` +- An optional CPython startup check in :cpython-pr:`154381` .. _pep838-appendix: