cpython/Lib/venv
Victor Stinner 0b8c348f27
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Example of fixed warning:

    Lib/netrc.py:98:13: local variable 'toplevel'
    is assigned to but never used
2025-12-08 14:00:31 +01:00
..
scripts gh-124651: Quote template strings in venv activation scripts (GH-124712) 2024-10-21 21:48:04 +01:00
__init__.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
__main__.py GH-83417: Allow venv to add a .gitignore file to environments via a new scm_ignore_file parameter (GH-108125) 2023-09-15 22:38:08 +00:00