Merge pull request #12559 from webknjaz/maintenance/hotfixes/note/12545--venv-detection-mingw

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-07-02 20:49:57 +02:00 committed by GitHub
commit 2719fd6825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,3 @@
The _in_venv function now detects Python virtual environments by checking
for a pyvenv.cfg file, ensuring reliable detection on various platforms.
-- by :user:`zachsnickers`.
The ``_in_venv()`` function now detects Python virtual environments by
checking for a :file:`pyvenv.cfg` file, ensuring reliable detection on
various platforms -- by :user:`zachsnickers`.

View File

@ -0,0 +1 @@
12544.improvement.rst